ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. 2004-03-04 Atsushi Enomoto <[email protected]>
  2. * System.Xml.dll.sources : Added XslNotSupportedOperation.cs.
  3. 2004-01-21 Atsushi Enomoto <[email protected]>
  4. * Makefile : /nowarn:0162 is back.
  5. 2004-01-20 Atsushi Enomoto <[email protected]>
  6. * Makefile : amd64 build complains /nowarn:0162. It should not, but
  7. now removing since it breaks the build.
  8. 2004-01-18 Atsushi Enomoto <[email protected]>
  9. * System.Xml.dll.sources :
  10. Added XmlNameEntry.cs and XmlNameEntryCache.cs.
  11. 2004-01-17 Atsushi Enomoto <[email protected]>
  12. * System.Xml.dll.sources : replaced CustomSerializer with
  13. XmlSchemaSerializer.
  14. Replaced XmlNodeReader with XmlNodeReaderImpl.cs and
  15. XmlNodeReader2.cs. (dispatches entity reader and non-entity reader.)
  16. 2004-12-17 Atsushi Enomoto <[email protected]>
  17. * System.Xml.dll.sources : added XmlReaderBinarySupport.cs.
  18. 2004-12-14 Atsushi Enomoto <[email protected]>
  19. * System.Xml.dll.sources : added XmlSchemaValidatingReader.
  20. 2004-12-08 Atsushi Enomoto <[email protected]>
  21. * System.Xml.dll.sources : added XmlSchemaValidator.cs,
  22. XmlValueGetter.cs and XmlSchemaValidationFlags.cs.
  23. 2004-12-06 Raja R Harinath <[email protected]>
  24. * Makefile (lib_file): New autodetecting define.
  25. (USE_BOOT_COMPILE, LIBRARY_COMPILE): Add support for using
  26. bootstrap compiler.
  27. (BUILT_SOURCES): Add ...XPath/Parser.cs.
  28. (EXTRA_DISTFILES): Add ...Query/XQueryParser.jay.
  29. (BOOTSTRAP_MCS) [PROFILE=net_2_0]: New.
  30. * System.Xml.dll.sources: Remove ...XPath/Parser.cs.
  31. 2004-12-04 Atsushi Enomoto <[email protected]>
  32. * System.Xml.dll.sources : added DTMXPathDocument2.cs,
  33. DTMXPathDocumentBuilder2.cs, DTMXPathDocumentWriter2.cs,
  34. DTMXPathDocumentWriter2.cs and DTMXPathNode2.cs.
  35. 2004-12-03 Raja R Harinath <[email protected]>
  36. * Makefile: Remove support for being in bootstrap build.
  37. 2004-12-01 Atsushi Enomoto <[email protected]>
  38. * System.Xml.dll.sources: removed old IXPathChangeNavigable.cs,
  39. XmlChangeFilters.cs, and XPathDocumentNodeChangedAction.cs.
  40. 2004-11-25 Atsushi Enomoto <[email protected]>
  41. * Makefile : added LIBRARY_COMPILE condition for upcoming need to
  42. be referenced in bootstrap.
  43. 2004-11-22 Atsushi Enomoto <[email protected]>
  44. * System.Xml.dll.sources : added XmlSchemaInfo.cs.
  45. 2004-11-17 Atsushi Enomoto <[email protected]>
  46. * System.Xml.dll.sources : Moved XQueryConvert.cs from
  47. System.Xml.Query to System.Xml.
  48. 2004-11-17 Atsushi Enomoto <[email protected]>
  49. * System.Xml.dll.sources : added XmlSchemaInference.cs,
  50. XmlSchemaInferenceException.cs and XmlSchemaValidationException.cs.
  51. 2004-11-08 Atsushi Enomoto <[email protected]>
  52. * System.Xml.dll.sources :
  53. added XmlTextReader2.cs.
  54. removed IXPathEditable.cs, XPathEditableNavigator.cs,
  55. NodeChangedEventArgs.cs and NodeChangedEventHandler.cs.
  56. 2004-10-29 Atsushi Enomoto <[email protected]>
  57. * Makefile : just ignore obsolete attribute warnings (those obsolete
  58. members are widely used in obsolete code).
  59. 2004-10-28 Atsushi Enomoto <[email protected]>
  60. * System.Xml.dll.sources : removed IXmlDataEvidence, fixed
  61. XmlDateTimeSerializationMode, added NewLineHandling.
  62. 2004-10-22 Atsushi Enomoto <[email protected]>
  63. * System.Xml.dll.sources : removed all XQuery related classes, fixed
  64. XmlConvertDateTimeSerializationMode, removed 2.0 XPathDocument
  65. implementation classes.
  66. 2004-10-21 Atsushi Enomoto <[email protected]>
  67. * Makefile : added -nowarn:0162 -nowarn:0618 to the compiler options.
  68. 2004-10-07 Atsushi Enomoto <[email protected]>
  69. * System.Xml.dll.sources:
  70. added System.Xml.Query/XQueryFunctionContextAttribute.cs.
  71. 2004-09-13 Atsushi Enomoto <[email protected]>
  72. * System.Xml_test.dll.sources : Added XPathAtomicValueTests.cs.
  73. 2004-09-08 Atsushi Enomoto <[email protected]>
  74. * System.Xml_test.dll.sources : Added XmlWriterSettingsTests.cs.
  75. 2004-09-07 Atsushi Enomoto <[email protected]>
  76. * System.Xml_test.dll.sources : Added XmlReaderSettingsTests.cs.
  77. XmlReaderCommonTests.cs and XmlSchemaSetTests.cs were missing.
  78. 2004-08-31 Atsushi Enomoto <[email protected]>
  79. * System.Xml.dll.sources:
  80. added System.Xml.Query/XQueryComparisonOperator.cs.
  81. 2004-08-31 Atsushi Enomoto <[email protected]>
  82. * System.Xml.dll.sources:
  83. added System.Xml.Query/XQueryArithmeticOperator.cs.
  84. 2004-08-20 Atsushi Enomoto <[email protected]>
  85. * System.Xml.dll.sources:
  86. added many XQuery implementation internal classes.
  87. 2004-08-02 Atsushi Enomoto <[email protected]>
  88. * System.Xml.dll.sources: added those files:
  89. - Mono.Xml.XPath/XPathDocument2.cs
  90. - Mono.Xml.XPath/XPathDocument2Navigator.cs
  91. - Mono.Xml.XPath/XPathDocument2Editable.cs
  92. 2004-07-29 Atsushi Enomoto <[email protected]>
  93. * System.Xml.dll.sources: added Mono.Xml/SubtreeXmlReader.cs
  94. 2004-07-28 Atsushi Enomoto <[email protected]>
  95. * System.Xml.dll.sources: added Mono.Xml.XPath/XPathEditableDocument.cs
  96. 2004-07-26 Atsushi Enomoto <[email protected]>
  97. * Makefile : added call to jay for creating XQueryParser.cs.
  98. * System.Xml.dll.sources : added XQueryParser.cs, XQueryTokenizer.cs,
  99. XQueryModuleProlog.cs, XPath2Expression.cs and XQueryExpression.cs.
  100. 2004-07-21 Atsushi Enomoto <[email protected]>
  101. * System.Xml.dll.sources: Added XQueryConvert.cs. Removed
  102. XmlFactory.cs, XmlQualifiedNameTable.cs, IXPathChangeNavigable.cs,
  103. XPathChangeNavigator.cs and IXmlType.cs that are removed or going to
  104. be removed.
  105. 2004-07-13 Atsushi Enomoto <[email protected]>
  106. * System.Xml.dll.sources: Added MonoFIXAttribute.cs
  107. 2004-07-13 Atsushi Enomoto <[email protected]>
  108. * System.Xml.dll.sources:
  109. Added XmlFilterReader.cs and XPathNavigatorReader.cs
  110. 2004-07-09 Atsushi Enomoto <[email protected]>
  111. * System.Xml.dll.sources: Added XmlConvertDateTimeOption.cs.
  112. 2004-07-09 Atsushi Enomoto <[email protected]>
  113. * System.Xml.dll.sources: removed XmlItemView.cs and
  114. XmlItemViewCollection.cs (only in 1.2).
  115. 2004-07-09 Atsushi Enomoto <[email protected]>
  116. * System.Xml.dll.sources: removed one of ImportContext.cs
  117. 2004-07-08 Lluis Sanchez Gual <[email protected]>
  118. * System.Xml.dll.sources: Added new files:
  119. System.Xml.Serialization/IXmlSerializerImplementation.cs
  120. System.Xml.Serialization/IXmlTextParser.cs
  121. System.Xml.Serialization/ImportContext.cs
  122. System.Xml.Serialization/SchemaImporter.cs
  123. System.Xml.Serialization/SchemaImporterExtension.cs
  124. System.Xml.Serialization/SchemaImporterExtensionCollection.cs
  125. System.Xml.Serialization/XmlDeserializationEvents.cs
  126. System.Xml.Serialization/XmlSchemaProviderAttribute.cs
  127. System.Xml.Serialization/XmlSerializationGeneratedCode.cs
  128. System.Xml.Serialization/XmlSerializerAssemblyAttribute.cs
  129. System.Xml.Serialization/XmlSerializerFactory.cs
  130. System.Xml.Serialization/XmlSerializerVersionAttribute.cs
  131. 2004-07-06 Raja R Harinath <[email protected]>
  132. * System.Xml.dll.sources: List newly added NET 2.0 stubs.
  133. 2004-07-02 Raja R Harinath <[email protected]>
  134. * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
  135. 2004-06-18 Atsushi Enomoto <[email protected]>
  136. * Mono.System.XML.csproj : now contains new NET_2_0 files.
  137. 2004-05-22 Atsushi Enomoto <[email protected]>
  138. * System.Xml.dll.sources : added/removed all NET_2_0 classes.
  139. 2004-05-19 Atsushi Enomoto <[email protected]>
  140. * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
  141. 2004-03-31 Atsushi Enomoto <[email protected]>
  142. * System.Xml_test.dll.sources :
  143. Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
  144. XmlSchemaAssertion.cs, MsxslScriptTests.cs.
  145. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  146. * System.Xml_test.dll.sources: Added
  147. System.Xml.Serialization/ComplexDataStructure.cs.
  148. 2004-02-24 Lluis Sanchez Gual <[email protected]>
  149. * System.Xml.dll.sources: Added SerializationSource.cs.
  150. 2004-02-22 Nick Drochak <[email protected]>
  151. * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
  152. not seem to be in CVS. This was breaking the build on windows.
  153. 2004-02-17 Atsushi Enomoto <[email protected]>
  154. * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
  155. XmlDocumentEventTests.cs.
  156. 2004-02-17 Atsushi Enomoto <[email protected]>
  157. * System.Xml.dll.sources : Added XslFunctions.cs.
  158. 2004-02-15 Ben Maurer <[email protected]>
  159. * DTDValidatingReader.cs: simple optimization. there is only
  160. one string, skip the string builder and just return the string.
  161. 2004-02-13 Atsushi Enomoto <[email protected]>
  162. * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
  163. 2004-02-11 Atsushi Enomoto <[email protected]>
  164. * Mono.System.XML.csproj : updated.
  165. 2004-01-14 Atsushi Enomoto <[email protected]>
  166. * System.Xml.dll.sources : added SchemaDataValueType.cs
  167. 2004-01-07 Nick Drochak <[email protected]>
  168. * Makefile: Don't hide behind the /nowarns. Fix them.
  169. 2004-01-06 Atsushi Enomoto <[email protected]>
  170. * Makefile : use /noconfig like System.dll (to erase make test warning)
  171. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  172. * System.Xml_test.dll.sources : Added test files
  173. System.Xml.Serialization/DeserializeTests.cs
  174. System.Xml.Serialization/XmlAttributesTests.cs
  175. System.Xml.Serialization/XmlReflectionImporterTests.cs
  176. System.Xml.Serialization/XmlSerializationWriterTests.cs
  177. 2003-12-17 David Sheldon <[email protected]>
  178. * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
  179. 2003-12-15 Atsushi Enomoto <[email protected]>
  180. * System.Xml.dll.sources :
  181. removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
  182. 2003-12-14 Tim Coleman <[email protected]>
  183. * System.Xml.dll.sources :
  184. Add files from new System.Xml.Query namespace.
  185. 2003-12-11 Atsushi Enomoto <[email protected]>
  186. * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
  187. 2003-12-08 Atsushi Enomoto <[email protected]>
  188. * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
  189. 2003-11-25 Tim Coleman <[email protected]>
  190. * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
  191. 2003-11-19 Atsushi Enomoto <[email protected]>
  192. * System.Xml.dll.sources: added XPathComparer.cs
  193. 2003-11-17 Atsushi Enomoto <[email protected]>
  194. * System.Xml.dll.sources: added some new .NET 1.2 stuff,
  195. and sorted some members of the list.
  196. 2003-11-13 Atsushi Enomoto <[email protected]>
  197. * System.Xml.dll.sources: added HtmlEmitter.cs
  198. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  199. * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
  200. 2003-10-09 Atsushi Enomoto <[email protected]>
  201. * System.Xml.dll.sources: added DTDReader.cs.
  202. 2003-10-01 Atsushi Enomoto <[email protected]>
  203. * System.Xml.dll.sources: added DTMXPathNode.cs.
  204. 2003-09-30 Atsushi Enomoto <[email protected]>
  205. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  206. and XsdWildcard.cs.
  207. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  208. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  209. SerializationCodeGeneratorConfiguration.cs.
  210. 2003-08-24 Atsushi Enomoto <[email protected]>
  211. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  212. and XsdValidatingReader.cs.
  213. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  214. and XsdValidatingReaderTests.cs.
  215. 2003-08-18 Ben Maurer <[email protected]>
  216. * System.Xml.dll.sources: add files from Oleg.
  217. 2003-08-18 Ben Maurer <[email protected]>
  218. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  219. 2003-08-14 Atsushi Enomoto <[email protected]>
  220. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  221. and Mono.Xml/IHasXmlSchemaInfo.cs
  222. 2003-08-11 Andreas Nahr <[email protected]>
  223. * System.Xml.dll.sources: Added Assembly/Locale.cs
  224. 2003-08-07 Atsushi Enomoto <[email protected]>
  225. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  226. 2003-07-28 Ben Maurer <[email protected]>
  227. * System.Xml.dll.sources: Add new files
  228. 2003-07-21 Atsushi Enomoto <[email protected]>
  229. * Mono.System.XML.csproj : caught up with current library.
  230. 2003-07-18 Peter Williams <[email protected]>
  231. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  232. distable file.
  233. 2003-07-14 Andreas Nahr <[email protected]>
  234. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  235. 2003-07-06 Atsushi Enomoto <[email protected]>
  236. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  237. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  238. 2003-06-30 Atsushi Enomoto <[email protected]>
  239. * added Mono.Xml.XPath directory.
  240. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  241. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  242. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  243. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  244. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  245. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  246. 2003-05-27 Joshua Tauberer <[email protected]>
  247. * XslTransform.cs: Initial support for extension objects.
  248. Known issues:
  249. Extension method signatures must match exactly to the
  250. types of parameters that the method is called with from the stylesheet.
  251. Node set parameters are converted to an ArrayList of strings.
  252. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  253. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  254. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  255. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  256. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  257. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  258. 2003-05-18 Atsushi Enomoto <[email protected]>
  259. * added XmlSecureResolver.cs to list.unix.
  260. 2003-05-15 Nick Drochak <[email protected]>
  261. * System.XML.build: exclude standalone tests from dll build.
  262. 2003-05-10 Atsushi Enomoto <[email protected]>
  263. * added TypeTableEntry.cs to list.unix.
  264. 2003-03-18 Atsushi Enomoto <[email protected]>
  265. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  266. Mono.System.Xml.csproj.
  267. 2003-02-16 Atsushi Enomoto <[email protected]>
  268. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  269. 2003-01-16 Atsushi Enomoto <[email protected]>
  270. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  271. 2002-12-10 Jeroen Janssen <[email protected]>
  272. * updated .build file(s) to correctly contain required buildfile
  273. attribute for nant
  274. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  275. * makefile.gnu: added test target.
  276. 2002-08-22 Tim Coleman <[email protected]>
  277. * list.unix:
  278. Add System.Xml.Serialization/XmlCustomFormatter.cs
  279. 2002-08-19 Tim Coleman <[email protected]>
  280. * list.unix:
  281. Add System.Xml.Serialization/XmlSerializationWriter.cs
  282. 2002-07-24 Tim Coleman <[email protected]>
  283. * list.unix:
  284. Add some more classes to this build list.
  285. 2002-07-22 Tim Coleman <[email protected]>
  286. * list.unix:
  287. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  288. list.
  289. 2002-07-22 Tim Coleman <[email protected]>
  290. * list.unix: added new classes to build list.
  291. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  292. * System.Xml.Serialization: Added to build target
  293. 2002-05-24 Miguel de Icaza <[email protected]>
  294. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  295. 2002-03-06 Jason Diamond <[email protected]>
  296. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  297. 2002-02-23 Nick Drochak <[email protected]>
  298. * System.XML.build: Change dll name to System.Xml.dll from
  299. System.XML.dll (not easy to notice, btw)
  300. 2001-12-07 Nick Drochak <[email protected]>
  301. * ChangeLog: Add the change log to this directory
  302. * 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'.