2
0

ChangeLog 4.4 KB

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