ChangeLog 8.1 KB

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