ChangeLog 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. 2003-10-01 Atsushi Enomoto <[email protected]>
  2. * System.Xml.dll.sources: added DTMXPathNode.cs.
  3. 2003-09-30 Atsushi Enomoto <[email protected]>
  4. * System.Xml.dll.sources: added XsdIdentityPath.cs, XsdIdentityState.cs
  5. and XsdWildcard.cs.
  6. 2003-09-01 Lluis Sanchez Gual <[email protected]>
  7. * System.Xml.dll.sources: added SerializationCodeGenerator.cs,
  8. SerializationCodeGeneratorConfiguration.cs.
  9. 2003-08-24 Atsushi Enomoto <[email protected]>
  10. * System.Xml.dll.sources : added XsdParticleValidationState.cs
  11. and XsdValidatingReader.cs.
  12. * System.Xml_test.dll.sources : added XsdParticleValidationTests.cs
  13. and XsdValidatingReaderTests.cs.
  14. 2003-08-18 Ben Maurer <[email protected]>
  15. * System.Xml.dll.sources: add files from Oleg.
  16. 2003-08-18 Ben Maurer <[email protected]>
  17. * System.Xml.dll.source: add System.Xml/HighWaterStack.cs.
  18. 2003-08-14 Atsushi Enomoto <[email protected]>
  19. * System.Xml.dll.sources: Added Mono.Xml.Xsl.Operation/XslComment.cs
  20. and Mono.Xml/IHasXmlSchemaInfo.cs
  21. 2003-08-11 Andreas Nahr <[email protected]>
  22. * System.Xml.dll.sources: Added Assembly/Locale.cs
  23. 2003-08-07 Atsushi Enomoto <[email protected]>
  24. * System.Xml.dll.sources: Add Mono.Xml/IHasXmlParserContext.cs.
  25. 2003-07-28 Ben Maurer <[email protected]>
  26. * System.Xml.dll.sources: Add new files
  27. 2003-07-21 Atsushi Enomoto <[email protected]>
  28. * Mono.System.XML.csproj : caught up with current library.
  29. 2003-07-18 Peter Williams <[email protected]>
  30. * Makefile (EXTRA_DISTFILES): NUnit.Prefs is not a
  31. distable file.
  32. 2003-07-14 Andreas Nahr <[email protected]>
  33. * list.unix: Added Assembly/AssemblyInfo.cs, Removed System.Xml.Serialization/AssemblyInfo.cs
  34. 2003-07-06 Atsushi Enomoto <[email protected]>
  35. * list.unix : added System.Xml.Schema/BuiltInDatatype.cs,
  36. System.Xml/DTDAutomata.cs, System.Xml/DTDValidatingReader.cs
  37. 2003-06-30 Atsushi Enomoto <[email protected]>
  38. * added Mono.Xml.XPath directory.
  39. * list.unix : added Mono.Xml.XPath's DTMXPathDocument.cs,
  40. DTMXPathDocumentBuilder.cs, DTMXPathNavigator.cs
  41. 2003-06-16 Lluis Sanchez Gual <[email protected]>
  42. * added System.Xml.Serialization/XmlTypeMapMemberNamespaces.cs
  43. 2003-06-05 Lluis Sanchez Gual <[email protected]>
  44. * added System.Xml.Serialization/ReflectionHelper.cs to list.unix
  45. 2003-05-27 Joshua Tauberer <[email protected]>
  46. * XslTransform.cs: Initial support for extension objects.
  47. Known issues:
  48. Extension method signatures must match exactly to the
  49. types of parameters that the method is called with from the stylesheet.
  50. Node set parameters are converted to an ArrayList of strings.
  51. * makefule.gnu: Added -unsafe flag, required by the above stuff.
  52. * System.XML.build: Added -unsafe flag. Hope this is the right place.
  53. 2003-05-26 Lluis Sanchez Gual <[email protected]>
  54. * XmlSerializationWriterInterpreter.cs, XmlSerializationReaderInterpreter.cs
  55. XmlTypeMapElementInfo.cs, XmlTypeMapMember.cs, XmlTypeMapMemberAttribute.cs
  56. XmlTypeMapMemberElement.cs, XmlTypeMapping.cs: Added
  57. 2003-05-18 Atsushi Enomoto <[email protected]>
  58. * added XmlSecureResolver.cs to list.unix.
  59. 2003-05-15 Nick Drochak <[email protected]>
  60. * System.XML.build: exclude standalone tests from dll build.
  61. 2003-05-10 Atsushi Enomoto <[email protected]>
  62. * added TypeTableEntry.cs to list.unix.
  63. 2003-03-18 Atsushi Enomoto <[email protected]>
  64. * added XmlParserInput.cs and DTDObjectModel.cs to list.unix and
  65. Mono.System.Xml.csproj.
  66. 2003-02-16 Atsushi Enomoto <[email protected]>
  67. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  68. 2003-01-16 Atsushi Enomoto <[email protected]>
  69. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  70. 2002-12-10 Jeroen Janssen <[email protected]>
  71. * updated .build file(s) to correctly contain required buildfile
  72. attribute for nant
  73. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  74. * makefile.gnu: added test target.
  75. 2002-08-22 Tim Coleman <[email protected]>
  76. * list.unix:
  77. Add System.Xml.Serialization/XmlCustomFormatter.cs
  78. 2002-08-19 Tim Coleman <[email protected]>
  79. * list.unix:
  80. Add System.Xml.Serialization/XmlSerializationWriter.cs
  81. 2002-07-24 Tim Coleman <[email protected]>
  82. * list.unix:
  83. Add some more classes to this build list.
  84. 2002-07-22 Tim Coleman <[email protected]>
  85. * list.unix:
  86. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  87. list.
  88. 2002-07-22 Tim Coleman <[email protected]>
  89. * list.unix: added new classes to build list.
  90. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  91. * System.Xml.Serialization: Added to build target
  92. 2002-05-24 Miguel de Icaza <[email protected]>
  93. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  94. 2002-03-06 Jason Diamond <[email protected]>
  95. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  96. 2002-02-23 Nick Drochak <[email protected]>
  97. * System.XML.build: Change dll name to System.Xml.dll from
  98. System.XML.dll (not easy to notice, btw)
  99. 2001-12-07 Nick Drochak <[email protected]>
  100. * ChangeLog: Add the change log to this directory
  101. * 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'.