ChangeLog 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732
  1. 2006-09-26 Boris Kirzner <[email protected]>
  2. * run-W3C-tests.bat, run-XSLT-tests.bat: log files naming fix.
  3. 2006-09-13 Boris Kirzner <[email protected]>
  4. * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat:
  5. reworked test scripts for TARGET_JVM.
  6. 2006-09-06 Merav Sudri <[email protected]>
  7. * run-W3C-tests.bat - Update nunit build and XMLTool actions
  8. * run-XSLT-tests.bat - Update CLASSPATH,nunit build and XMLTool actions
  9. 2006-07-24 Atsushi Enomoto <[email protected]>
  10. * System.Xml.dll.sources : added XmlMappingAccess.
  11. 2006-05-16 Vladimir Krasnov <[email protected]>
  12. * run-W3C-tests.bat: skip nunit build if already done
  13. * run-XSLT-tests.bat: skip nunit build if already done
  14. 2006-04-27 Gert Driesen <[email protected]>
  15. * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
  16. XmlSchemaCollectionTests.cs.
  17. 2006-04-26 Gert Driesen <[email protected]>
  18. * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
  19. SoapAttributesTests.cs.
  20. 2006-04-20 Gert Driesen <[email protected]>
  21. * System.Xml_test.dll.sources: Added Test/System.Xml.Serialization/
  22. XmlCodeExporterTests.cs.
  23. 2006-04-12 Atsushi Enomoto <[email protected]>
  24. * System.Xml_test.dll.sources :
  25. Added Test/System.Xml/XmlDefaultReader.cs.
  26. 2006-04-03 Andrew Skiba <[email protected]>
  27. * run-tests.bat, run-W3C-tests.bat: fix TARGET_JVM test scripts
  28. 2006-04-03 Andrew Skiba <[email protected]>
  29. * run-tests.bat, run-W3C-tests.bat, run-XSLT-tests.bat: batch files
  30. for running tests with java
  31. 2006-04-03 Boris Kirzner <[email protected]>
  32. * System.XML.vmwcsproj: fix project file for TARGET_JVM.
  33. 2006-03-15 Atsushi Enomoto <[email protected]>
  34. * System.Xml.dll.sources : added XslSortEvaluator.cs.
  35. 2006-02-20 Atsushi Enomoto <[email protected]>
  36. * System.Xml.dll.sources : removed XmlTextWriterOpenElement.cs and
  37. XmlTextWriter.cs. Added XmlTextWriter2.cs, to be renamed to
  38. XmlTextWriter.cs in a few days or weeks.
  39. 2006-02-17 Atsushi Enomoto <[email protected]>
  40. * System.Xml.dll.sources : removed DTDValidatingReader and added
  41. DTDValidatingReader2.cs and EntityResolvingXmlReader.cs.
  42. 2006-02-16 Atsushi Enomoto <[email protected]>
  43. * System.Xml.dll.sources : added IHasXmlChildNode.cs.
  44. 2006-02-09 Gert Driesen <[email protected]>
  45. * System.Xml_test.dll.Sources: Added XmlSerializationReaderTests.cs.
  46. 2006-01-27 Atsushi Enomoto <[email protected]>
  47. * System.Xml.dll.sources : added XmlIteratorNodeList.cs.
  48. 2006-01-10 Atsushi Enomoto <[email protected]>
  49. * System.Xml_test.dll.sources : added XmlSchemaTypeTests.cs.
  50. 2006-01-10 Atsushi Enomoto <[email protected]>
  51. * System.Xml_test.dll.sources : XmlSchemaDatatypeTests.cs was missing.
  52. collected sys.xml.schema lines.
  53. 2006-01-07 Gert Driesen <[email protected]>
  54. * System.Xml_test.dll.sources: Added SoapSchemaExporterTests.cs,
  55. SoapReflectionImporterTests.cs, XmlSchemaImporterTests.cs.
  56. 2005-12-28 Gert Driesen <[email protected]>
  57. * System.Xml_test.dll.sources: Added XmlSchemaExporterTests.cs.
  58. 2005-12-17 Gert Driesen <[email protected]>
  59. * System.Xml_test.dll.sources: Added XsltCompilerExceptionTests.cs
  60. and XsltExceptionTests.cs.
  61. 2005-12-14 Atsushi Enomoto <[email protected]>
  62. * System.Xml_test.dll.sources: Added XPathNavigatorReaderTests.cs.
  63. 2005-12-13 Atsushi Enomoto <[email protected]>
  64. * System.Xml_test.dll.sources: Added XmlAssert.cs.
  65. 2005-12-13 Atsushi Enomoto <[email protected]>
  66. * System.Xml_test.dll.sources: Added XPathEditableNavigatorTests.cs.
  67. 2005-12-08 Andrew Skiba <[email protected]>
  68. * System.XML.vmwcsproj: update the project with recent changes
  69. 2005-12-08 Atsushi Enomoto <[email protected]>
  70. * System.Xml.dll.sources : added XmlSchemaCompilationSettings.cs
  71. 2055-12-01 Konstantin Triger <[email protected]>
  72. * Makefile: java profile reference change.
  73. 2005-11-30 Konstantin Triger <[email protected]>
  74. * System.XML.vmwcsproj: reference to vmwutils replaced with reference to J2SE.Helpers.
  75. * jay.bat: quoting passes
  76. 2005-11-22 Atsushi Enomoto <[email protected]>
  77. * System.Xml.dll.sources : added dummy XslCompiledTransform.cs.
  78. 2005-11-14 Andrew Skiba <[email protected]>
  79. * net_1_1_java_System.Xml.dll.exclude.sources,
  80. net_1_1_java_System.dll.sources: fix filename
  81. 2005-11-14 Andrew Skiba <[email protected]>
  82. * Makefile: add java build profile
  83. * System.Xml.vmwcsproj: replace XmlNodeReader.cs with XmlNodeReader2.cs
  84. and XslDecimalFormat.cs with XslDecimalFormat.jvm.cs
  85. * net_1_1_java_System.Xml.dll.exclude.sources,
  86. net_1_1_java_System.dll.sources: add source lists for java profile
  87. 2005-11-10 Vladimir Krasnov <[email protected]>
  88. * System.XML.vmwcsproj: removed XmlSchemaBuiltInType.cs
  89. 2005-09-25 Atsushi Enomoto <[email protected]>
  90. * System.Xml.dll.sources : removed XmlSchemaBuiltInType.cs.
  91. 2005-09-21 Atsushi Enomoto <[email protected]>
  92. * Makefile : shut down CS0642 noise.
  93. * System.Xml.dll.sources : added XmlOutputMethod.
  94. 2005-09-20 Konstantin Triger <[email protected]>
  95. * Added jay.bat to run jay in java prebuild step
  96. * System.XML.vmwcsproj: added prebuild step
  97. 2005-08-31 Sebastien Pouliot <[email protected]>
  98. * Makefile: /unsafe isn't required to build System.Xml.
  99. * System.Xml_test.dll.sources: Added new CAS unit tests.
  100. 2005-07-31 Gert Driesen <[email protected]>
  101. * System.Xml_test.dll.sources: Added tests for default values of
  102. Xml Serialization attribute classes.
  103. 2005-06-27 Raja R Harinath <[email protected]>
  104. * Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles and
  105. Test/System.Xml/nist_dom/.
  106. 2005-06-27 Atsushi Enomoto <[email protected]>
  107. * System.Xml.dll.sources : removed XmlQueryDialect.
  108. Added xslt message event stuff.
  109. 2005-06-20 Raja R Harinath <[email protected]>
  110. * Makefile (SCARY_LIB): Remove.
  111. 2005-05-25 Raja R Harinath <[email protected]>
  112. * Makefile (EXTRA_DISTFILES): Remove System.Xml.Query/skeleton-2.0.cs.
  113. 2005-05-23 Atsushi Enomoto <[email protected]>
  114. * System.Xml.Query : removed the whole directory (removed from .net 2.0)
  115. 2005-05-09 Atsushi Enomoto <[email protected]>
  116. * System.Xml.dll.sources : removed obsolete TypeTableEntry.cs.
  117. 2004-05-05 Atsushi Enomoto <[email protected]>
  118. * System.Xml.dll.sources : XPathAtomicValue.cs -> XmlAtomicValue.cs.
  119. 2004-05-05 Atsushi Enomoto <[email protected]>
  120. * System.Xml.dll.sources : removed XmlValueConverter (obsoleted).
  121. * System.Xml_test.dll.sources : removed XPathAtomicValue (obsoleted).
  122. 2005-05-04 Andrew Skiba <[email protected]>
  123. * System.XML.vmwcsproj: Added Visual MainWin C# project file for
  124. building System.XML package for TARGET_JVM.
  125. 2005-04-03 Ben Maurer <[email protected]>
  126. * System.Xml.dll.sources: Kill multiplexing hack.
  127. 2004-03-22 Atsushi Enomoto <[email protected]>
  128. * Makefile : now it creates XSLT pattern parser files from
  129. Parser.jay and Tokenizer.cs in System.Xml.XPath.
  130. 2004-03-04 Atsushi Enomoto <[email protected]>
  131. * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
  132. 2004-01-21 Atsushi Enomoto <[email protected]>
  133. * Makefile : /nowarn:0162 is back.
  134. 2004-01-20 Atsushi Enomoto <[email protected]>
  135. * Makefile : amd64 build complains /nowarn:0162. It should not, but
  136. now removing since it breaks the build.
  137. 2004-01-18 Atsushi Enomoto <[email protected]>
  138. * System.Xml.dll.sources :
  139. Added XmlNameEntry.cs and XmlNameEntryCache.cs.
  140. 2004-01-17 Atsushi Enomoto <[email protected]>
  141. * System.Xml.dll.sources : replaced CustomSerializer with
  142. XmlSchemaSerializer.
  143. Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
  144. XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
  145. 2004-12-17 Atsushi Enomoto <[email protected]>
  146. * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
  147. 2004-12-14 Atsushi Enomoto <[email protected]>
  148. * System.Xml.dll.sources : added XmlSchemaValidatingReader.
  149. 2004-12-08 Atsushi Enomoto <[email protected]>
  150. * System.Xml.dll.sources : added XmlSchemaValidator.cs,
  151. XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
  152. 2004-12-06 Raja R Harinath <[email protected]>
  153. * Makefile (lib_file): New autodetecting define.
  154. (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
  155. bootstrap compiler.
  156. (BUILT_SOURCES): Add ...XPath/Parser.cs.
  157. (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
  158. (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
  159. * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
  160. 2004-12-04 Atsushi Enomoto <[email protected]>
  161. * System.Xml.dll.sources : added DTMXPathDocument2.cs,
  162. DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
  163. DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
  164. 2004-12-03 Raja R Harinath <[email protected]>
  165. * Makefile: Remove support for being in bootstrap build.
  166. 2004-12-01 Atsushi Enomoto <[email protected]>
  167. * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
  168. XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
  169. 2004-11-25 Atsushi Enomoto <[email protected]>
  170. * Makefile : added LIBRARY_COMPILE condition for upcoming need to
  171. be referenced in bootstrap.
  172. 2004-11-22 Atsushi Enomoto <[email protected]>
  173. * System.Xml.dll.sources : added XmlSchemaInfo.cs.
  174. 2004-11-17 Atsushi Enomoto <[email protected]>
  175. * System.Xml.dll.sources : Moved XQueryConvert.cs from
  176. System.Xml.Query to System.Xml.
  177. 2004-11-17 Atsushi Enomoto <[email protected]>
  178. * System.Xml.dll.sources : added XmlSchemaInference.cs,
  179. XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
  180. 2004-11-08 Atsushi Enomoto <[email protected]>
  181. * System.Xml.dll.sources :
  182. added XmlTextReader2.cs.
  183. removed IXPathEditable.cs, XPathEditableNavigator.cs,
  184. NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
  185. 2004-10-29 Atsushi Enomoto <[email protected]>
  186. * Makefile : just ignore obsolete attribute warnings (those obsolete
  187. members are widely used in obsolete code).
  188. 2004-10-28 Atsushi Enomoto <[email protected]>
  189. * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
  190. XmlDateTimeSerializationMode, added NewLineHandling.
  191. 2004-10-22 Atsushi Enomoto <[email protected]>
  192. * System.Xml.dll.sources : removed all XQuery related classes, fixed
  193. XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
  194. implementation classes.
  195. 2004-10-21 Atsushi Enomoto <[email protected]>
  196. * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
  197. 2004-10-07 Atsushi Enomoto <[email protected]>
  198. * System.Xml.dll.sources:
  199. added System.Xml.Query/XQueryFunctionContextAttribute.cs.
  200. 2004-09-13 Atsushi Enomoto <[email protected]>
  201. * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
  202. 2004-09-08 Atsushi Enomoto <[email protected]>
  203. * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
  204. 2004-09-07 Atsushi Enomoto <[email protected]>
  205. * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
  206. XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
  207. 2004-08-31 Atsushi Enomoto <[email protected]>
  208. * System.Xml.dll.sources:
  209. added System.Xml.Query/XQueryComparisonOperator.cs.
  210. 2004-08-31 Atsushi Enomoto <[email protected]>
  211. * System.Xml.dll.sources:
  212. added System.Xml.Query/XQueryArithmeticOperator.cs.
  213. 2004-08-20 Atsushi Enomoto <[email protected]>
  214. * System.Xml.dll.sources:
  215. added many XQuery implementation internal classes.
  216. 2004-08-02 Atsushi Enomoto <[email protected]>
  217. * System.Xml.dll.sources: added those files:
  218. - Mono.Xml.XPath/XPathDocument2.cs
  219. - Mono.Xml.XPath/XPathDocument2Navigator.cs
  220. - Mono.Xml.XPath/XPathDocument2Editable.cs
  221. 2004-07-29 Atsushi Enomoto <[email protected]>
  222. * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
  223. 2004-07-28 Atsushi Enomoto <[email protected]>
  224. * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
  225. 2004-07-26 Atsushi Enomoto <[email protected]>
  226. * Makefile : added call to jay for creating XQueryParser.cs.
  227. * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
  228. XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
  229. 2004-07-21 Atsushi Enomoto <[email protected]>
  230. * System.Xml.dll.sources: Added XQueryConvert.cs. Removed
  231. XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
  232. XPathChangeNavigator.cs and IXmlType.cs that are removed or going to
  233. be removed.
  234. 2004-07-13 Atsushi Enomoto <[email protected]>
  235. * System.Xml.dll.sources: Added MonoFIXAttribute.cs
  236. 2004-07-13 Atsushi Enomoto <[email protected]>
  237. * System.Xml.dll.sources:
  238. Added XmlFilterReader.cs and XPathNavigatorReader.cs
  239. 2004-07-09 Atsushi Enomoto <[email protected]>
  240. * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
  241. 2004-07-09 Atsushi Enomoto <[email protected]>
  242. * System.Xml.dll.sources: removed XmlItemView.cs and
  243. XmlItemViewCollection.cs (only in 1.2).
  244. 2004-07-09 Atsushi Enomoto <[email protected]>
  245. * System.Xml.dll.sources: removed one of ImportContext.cs
  246. 2004-07-08 Lluis Sanchez Gual <[email protected]>
  247. * System.Xml.dll.sources: Added new files:
  248. System.Xml.Serialization/IXmlSerializerImplementation.cs
  249. System.Xml.Serialization/IXmlTextParser.cs
  250. System.Xml.Serialization/ImportContext.cs
  251. System.Xml.Serialization/SchemaImporter.cs
  252. System.Xml.Serialization/SchemaImporterExtension.cs
  253. System.Xml.Serialization/SchemaImporterExtensionCollection.cs
  254. System.Xml.Serialization/XmlDeserializationEvents.cs
  255. System.Xml.Serialization/XmlSchemaProviderAttribute.cs
  256. System.Xml.Serialization/XmlSerializationGeneratedCode.cs
  257. System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
  258. System.Xml.Serialization/XmlSerializerFactory.cs
  259. System.Xml.Serialization/XmlSerializerVersionAttribute.cs
  260. 2004-07-06 Raja R Harinath <[email protected]>
  261. * System.Xml.dll.sources: List newly added NET 2.0 stubs.
  262. 2004-07-02 Raja R Harinath <[email protected]>
  263. * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
  264. 2004-06-18 Atsushi Enomoto <[email protected]>
  265. * Mono.System.XML.csproj : now contains new NET_2_0 files.
  266. 2004-05-22 Atsushi Enomoto <[email protected]>
  267. * System.Xml.dll.sources : added/removed all NET_2_0 classes.
  268. 2004-05-19 Atsushi Enomoto <[email protected]>
  269. * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
  270. 2004-03-31 Atsushi Enomoto <[email protected]>
  271. * System.Xml_test.dll.sources :
  272. Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
  273. XmlSchemaAssertion.cs, MsxslScriptTests.cs.
  274. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  275. * System.Xml_test.dll.sources: Added
  276. System.Xml.Serialization/ComplexDataStructure.cs.
  277. 2004-02-24 Lluis Sanchez Gual <[email protected]>
  278. * System.Xml.dll.sources: Added SerializationSource.cs.
  279. 2004-02-22 Nick Drochak <[email protected]>
  280. * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
  281. not seem to be in CVS. This was breaking the build on windows.
  282. 2004-02-17 Atsushi Enomoto <[email protected]>
  283. * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
  284. XmlDocumentEventTests.cs.
  285. 2004-02-17 Atsushi Enomoto <[email protected]>
  286. * System.Xml.dll.sources : Added XslFunctions.cs.
  287. 2004-02-15 Ben Maurer <[email protected]>
  288. * DTDValidatingReader.cs: simple optimization. there is only
  289. one string, skip the string builder and just return the string.
  290. 2004-02-13 Atsushi Enomoto <[email protected]>
  291. * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
  292. 2004-02-11 Atsushi Enomoto <[email protected]>
  293. * Mono.System.XML.csproj : updated.
  294. 2004-01-14 Atsushi Enomoto <[email protected]>
  295. * System.Xml.dll.sources : added SchemaDataValueType.cs
  296. 2004-01-07 Nick Drochak <[email protected]>
  297. * Makefile: Don't hide behind the /nowarns. Fix them.
  298. 2004-01-06 Atsushi Enomoto <[email protected]>
  299. * Makefile : use /noconfig like System.dll (to erase make test warning)
  300. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  301. * System.Xml_test.dll.sources : Added test files
  302. System.Xml.Serialization/DeserializeTests.cs
  303. System.Xml.Serialization/XmlAttributesTests.cs
  304. System.Xml.Serialization/XmlReflectionImporterTests.cs
  305. System.Xml.Serialization/XmlSerializationWriterTests.cs
  306. 2003-12-17 David Sheldon <[email protected]>
  307. * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
  308. 2003-12-15 Atsushi Enomoto <[email protected]>
  309. * System.Xml.dll.sources :
  310. removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
  311. 2003-12-14 Tim Coleman <[email protected]>
  312. * System.Xml.dll.sources :
  313. Add files from new System.Xml.Query namespace.
  314. 2003-12-11 Atsushi Enomoto <[email protected]>
  315. * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
  316. 2003-12-08 Atsushi Enomoto <[email protected]>
  317. * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
  318. 2003-11-25 Tim Coleman <[email protected]>
  319. * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
  320. 2003-11-19 Atsushi Enomoto <[email protected]>
  321. * System.Xml.dll.sources: added XPathComparer.cs
  322. 2003-11-17 Atsushi Enomoto <[email protected]>
  323. * System.Xml.dll.sources: added some new .NET 1.2 stuff,
  324. and sorted some members of the list.
  325. 2003-11-13 Atsushi Enomoto <[email protected]>
  326. * System.Xml.dll.sources: added HtmlEmitter.cs
  327. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  328. * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
  329. 2003-10-09 Atsushi Enomoto <[email protected]>
  330. * System.Xml.dll.sources: added DTDReader.cs.
  331. 2003-10-01 Atsushi Enomoto <[email protected]>
  332. * System.Xml.dll.sources: added DTMXPathNode.cs.
  333. 2003-09-30 Atsushi Enomoto <[email protected]>
  334. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  335. and XsdWildcard.cs.
  336. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  337. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  338. SerializationCodeGeneratorConfiguration.cs.
  339. 2003-08-24 Atsushi Enomoto <[email protected]>
  340. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  341. and XsdValidatingReader.cs.
  342. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  343. and XsdValidatingReaderTests.cs.
  344. 2003-08-18 Ben Maurer <[email protected]>
  345. * System.Xml.dll.sources: add files from Oleg.
  346. 2003-08-18 Ben Maurer <[email protected]>
  347. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  348. 2003-08-14 Atsushi Enomoto <[email protected]>
  349. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  350. and Mono.Xml/IHasXmlSchemaInfo.cs
  351. 2003-08-11 Andreas Nahr <[email protected]>
  352. * System.Xml.dll.sources: Added Assembly/Locale.cs
  353. 2003-08-07 Atsushi Enomoto <[email protected]>
  354. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  355. 2003-07-28 Ben Maurer <[email protected]>
  356. * System.Xml.dll.sources: Add new files
  357. 2003-07-21 Atsushi Enomoto <[email protected]>
  358. * Mono.System.XML.csproj : caught up with current library.
  359. 2003-07-18 Peter Williams <[email protected]>
  360. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  361. distable file.
  362. 2003-07-14 Andreas Nahr <[email protected]>
  363. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  364. 2003-07-06 Atsushi Enomoto <[email protected]>
  365. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  366. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  367. 2003-06-30 Atsushi Enomoto <[email protected]>
  368. * added Mono.Xml.XPath directory.
  369. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  370. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  371. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  372. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  373. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  374. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  375. 2003-05-27 Joshua Tauberer <[email protected]>
  376. * XslTransform.cs: Initial support for extension objects.
  377. Known issues:
  378. Extension method signatures must match exactly to the
  379. types of parameters that the method is called with from the stylesheet.
  380. Node set parameters are converted to an ArrayList of strings.
  381. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  382. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  383. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  384. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  385. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  386. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  387. 2003-05-18 Atsushi Enomoto <[email protected]>
  388. * added XmlSecureResolver.cs to list.unix.
  389. 2003-05-15 Nick Drochak <[email protected]>
  390. * System.XML.build: exclude standalone tests from dll build.
  391. 2003-05-10 Atsushi Enomoto <[email protected]>
  392. * added TypeTableEntry.cs to list.unix.
  393. 2003-03-18 Atsushi Enomoto <[email protected]>
  394. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  395. Mono.System.Xml.csproj.
  396. 2003-02-16 Atsushi Enomoto <[email protected]>
  397. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  398. 2003-01-16 Atsushi Enomoto <[email protected]>
  399. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  400. 2002-12-10 Jeroen Janssen <[email protected]>
  401. * updated .build file(s) to correctly contain required buildfile
  402. attribute for nant
  403. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  404. * makefile.gnu: added test target.
  405. 2002-08-22 Tim Coleman <[email protected]>
  406. * list.unix:
  407. Add System.Xml.Serialization/XmlCustomFormatter.cs
  408. 2002-08-19 Tim Coleman <[email protected]>
  409. * list.unix:
  410. Add System.Xml.Serialization/XmlSerializationWriter.cs
  411. 2002-07-24 Tim Coleman <[email protected]>
  412. * list.unix:
  413. Add some more classes to this build list.
  414. 2002-07-22 Tim Coleman <[email protected]>
  415. * list.unix:
  416. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  417. list.
  418. 2002-07-22 Tim Coleman <[email protected]>
  419. * list.unix: added new classes to build list.
  420. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  421. * System.Xml.Serialization: Added to build target
  422. 2002-05-24 Miguel de Icaza <[email protected]>
  423. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  424. 2002-03-06 Jason Diamond <[email protected]>
  425. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  426. 2002-02-23 Nick Drochak <[email protected]>
  427. * System.XML.build: Change dll name to System.Xml.dll from
  428. System.XML.dll (not easy to notice, btw)
  429. 2001-12-07 Nick Drochak <[email protected]>
  430. * ChangeLog: Add the change log to this directory
  431. * System.XML.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right? Plus is encourages other to try 'make test'.