ChangeLog 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. 2004-05-22 Atsushi Enomoto <[email protected]>
  2. * System.Xml.dll.sources : added/removed all NET_2_0 classes.
  3. 2004-05-19 Atsushi Enomoto <[email protected]>
  4. * System.Xml.dll.sources : Added System.Xml.Schema/CustomSerializer.cs
  5. 2004-03-31 Atsushi Enomoto <[email protected]>
  6. * System.Xml_test.dll.sources :
  7. Added new test files: nist_dom stuff, XmlSecureResolverTests.cs,
  8. XmlSchemaAssertion.cs, MsxslScriptTests.cs.
  9. 2004-03-24 Lluis Sanchez Gual <[email protected]>
  10. * System.Xml_test.dll.sources: Added
  11. System.Xml.Serialization/ComplexDataStructure.cs.
  12. 2004-02-24 Lluis Sanchez Gual <[email protected]>
  13. * System.Xml.dll.sources: Added SerializationSource.cs.
  14. 2004-02-22 Nick Drochak <[email protected]>
  15. * System.Xml_test.dll.sources : Removed XmlSchemaAssertion.cs. It does
  16. not seem to be in CVS. This was breaking the build on windows.
  17. 2004-02-17 Atsushi Enomoto <[email protected]>
  18. * System.Xml_test.dll.sources : Added XmlEntityTests.cs and
  19. XmlDocumentEventTests.cs.
  20. 2004-02-17 Atsushi Enomoto <[email protected]>
  21. * System.Xml.dll.sources : Added XslFunctions.cs.
  22. 2004-02-15 Ben Maurer <[email protected]>
  23. * DTDValidatingReader.cs: simple optimization. there is only
  24. one string, skip the string builder and just return the string.
  25. 2004-02-13 Atsushi Enomoto <[email protected]>
  26. * System.Xml.dll.sources : added DTMXPathDocumentWriter.cs.
  27. 2004-02-11 Atsushi Enomoto <[email protected]>
  28. * Mono.System.XML.csproj : updated.
  29. 2004-01-14 Atsushi Enomoto <[email protected]>
  30. * System.Xml.dll.sources : added SchemaDataValueType.cs
  31. 2004-01-07 Nick Drochak <[email protected]>
  32. * Makefile: Don't hide behind the /nowarns. Fix them.
  33. 2004-01-06 Atsushi Enomoto <[email protected]>
  34. * Makefile : use /noconfig like System.dll (to erase make test warning)
  35. 2003-12-18 Lluis Sanchez Gual <[email protected]>
  36. * System.Xml_test.dll.sources : Added test files
  37. System.Xml.Serialization/DeserializeTests.cs
  38. System.Xml.Serialization/XmlAttributesTests.cs
  39. System.Xml.Serialization/XmlReflectionImporterTests.cs
  40. System.Xml.Serialization/XmlSerializationWriterTests.cs
  41. 2003-12-17 David Sheldon <[email protected]>
  42. * System.Xml_test.dll.sources : Added XmlSchemaBuiltInDatatypeTests.cs
  43. 2003-12-15 Atsushi Enomoto <[email protected]>
  44. * System.Xml.dll.sources :
  45. removed UpdateEventHandler.cs and XmlUpdateEventArgs.cs to sqlxml.
  46. 2003-12-14 Tim Coleman <[email protected]>
  47. * System.Xml.dll.sources :
  48. Add files from new System.Xml.Query namespace.
  49. 2003-12-11 Atsushi Enomoto <[email protected]>
  50. * System.Xml.dll.sources : Added ScriptCompilerInfo.cs.
  51. 2003-12-08 Atsushi Enomoto <[email protected]>
  52. * System.Xml_test.dll.sources : patch by David Sheldon. Added XmlSchemaLengthFacetTests.cs.
  53. 2003-11-25 Tim Coleman <[email protected]>
  54. * System.Xml.dll.sources: added XmlSchemaBuiltInType.cs
  55. 2003-11-19 Atsushi Enomoto <[email protected]>
  56. * System.Xml.dll.sources: added XPathComparer.cs
  57. 2003-11-17 Atsushi Enomoto <[email protected]>
  58. * System.Xml.dll.sources: added some new .NET 1.2 stuff,
  59. and sorted some members of the list.
  60. 2003-11-13 Atsushi Enomoto <[email protected]>
  61. * System.Xml.dll.sources: added HtmlEmitter.cs
  62. 2003-10-15 Lluis Sanchez Gual <[email protected]>
  63. * System.Xml.dll.sources: added System.Xml.Serialization/MapCodeGenerator.cs
  64. 2003-10-09 Atsushi Enomoto <[email protected]>
  65. * System.Xml.dll.sources: added DTDReader.cs.
  66. 2003-10-01 Atsushi Enomoto <[email protected]>
  67. * System.Xml.dll.sources: added DTMXPathNode.cs.
  68. 2003-09-30 Atsushi Enomoto <[email protected]>
  69. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  70. and XsdWildcard.cs.
  71. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  72. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  73. SerializationCodeGeneratorConfiguration.cs.
  74. 2003-08-24 Atsushi Enomoto <[email protected]>
  75. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  76. and XsdValidatingReader.cs.
  77. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  78. and XsdValidatingReaderTests.cs.
  79. 2003-08-18 Ben Maurer <[email protected]>
  80. * System.Xml.dll.sources: add files from Oleg.
  81. 2003-08-18 Ben Maurer <[email protected]>
  82. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  83. 2003-08-14 Atsushi Enomoto <[email protected]>
  84. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  85. and Mono.Xml/IHasXmlSchemaInfo.cs
  86. 2003-08-11 Andreas Nahr <[email protected]>
  87. * System.Xml.dll.sources: Added Assembly/Locale.cs
  88. 2003-08-07 Atsushi Enomoto <[email protected]>
  89. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  90. 2003-07-28 Ben Maurer <[email protected]>
  91. * System.Xml.dll.sources: Add new files
  92. 2003-07-21 Atsushi Enomoto <[email protected]>
  93. * Mono.System.XML.csproj : caught up with current library.
  94. 2003-07-18 Peter Williams <[email protected]>
  95. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  96. distable file.
  97. 2003-07-14 Andreas Nahr <[email protected]>
  98. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  99. 2003-07-06 Atsushi Enomoto <[email protected]>
  100. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  101. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  102. 2003-06-30 Atsushi Enomoto <[email protected]>
  103. * added Mono.Xml.XPath directory.
  104. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  105. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  106. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  107. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  108. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  109. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  110. 2003-05-27 Joshua Tauberer <[email protected]>
  111. * XslTransform.cs: Initial support for extension objects.
  112. Known issues:
  113. Extension method signatures must match exactly to the
  114. types of parameters that the method is called with from the stylesheet.
  115. Node set parameters are converted to an ArrayList of strings.
  116. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  117. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  118. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  119. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  120. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  121. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  122. 2003-05-18 Atsushi Enomoto <[email protected]>
  123. * added XmlSecureResolver.cs to list.unix.
  124. 2003-05-15 Nick Drochak <[email protected]>
  125. * System.XML.build: exclude standalone tests from dll build.
  126. 2003-05-10 Atsushi Enomoto <[email protected]>
  127. * added TypeTableEntry.cs to list.unix.
  128. 2003-03-18 Atsushi Enomoto <[email protected]>
  129. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  130. Mono.System.Xml.csproj.
  131. 2003-02-16 Atsushi Enomoto <[email protected]>
  132. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  133. 2003-01-16 Atsushi Enomoto <[email protected]>
  134. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  135. 2002-12-10 Jeroen Janssen <[email protected]>
  136. * updated .build file(s) to correctly contain required buildfile
  137. attribute for nant
  138. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  139. * makefile.gnu: added test target.
  140. 2002-08-22 Tim Coleman <[email protected]>
  141. * list.unix:
  142. Add System.Xml.Serialization/XmlCustomFormatter.cs
  143. 2002-08-19 Tim Coleman <[email protected]>
  144. * list.unix:
  145. Add System.Xml.Serialization/XmlSerializationWriter.cs
  146. 2002-07-24 Tim Coleman <[email protected]>
  147. * list.unix:
  148. Add some more classes to this build list.
  149. 2002-07-22 Tim Coleman <[email protected]>
  150. * list.unix:
  151. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  152. list.
  153. 2002-07-22 Tim Coleman <[email protected]>
  154. * list.unix: added new classes to build list.
  155. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  156. * System.Xml.Serialization: Added to build target
  157. 2002-05-24 Miguel de Icaza <[email protected]>
  158. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  159. 2002-03-06 Jason Diamond <[email protected]>
  160. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  161. 2002-02-23 Nick Drochak <[email protected]>
  162. * System.XML.build: Change dll name to System.Xml.dll from
  163. System.XML.dll (not easy to notice, btw)
  164. 2001-12-07 Nick Drochak <[email protected]>
  165. * ChangeLog: Add the change log to this directory
  166. * 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'.