ChangeLog 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2003-02-16 Atsushi Enomoto <[email protected]>
  2. * added XmlInputStream.cs to list.unix and Mono.System.Xml.csproj.
  3. 2003-01-16 Atsushi Enomoto <[email protected]>
  4. * updated Mono.System.Xml.csproj. (patch by David B. Bitton)
  5. 2002-12-10 Jeroen Janssen <[email protected]>
  6. * updated .build file(s) to correctly contain required buildfile
  7. attribute for nant
  8. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  9. * makefile.gnu: added test target.
  10. 2002-08-22 Tim Coleman <[email protected]>
  11. * list.unix:
  12. Add System.Xml.Serialization/XmlCustomFormatter.cs
  13. 2002-08-19 Tim Coleman <[email protected]>
  14. * list.unix:
  15. Add System.Xml.Serialization/XmlSerializationWriter.cs
  16. 2002-07-24 Tim Coleman <[email protected]>
  17. * list.unix:
  18. Add some more classes to this build list.
  19. 2002-07-22 Tim Coleman <[email protected]>
  20. * list.unix:
  21. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  22. list.
  23. 2002-07-22 Tim Coleman <[email protected]>
  24. * list.unix: added new classes to build list.
  25. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  26. * System.Xml.Serialization: Added to build target
  27. 2002-05-24 Miguel de Icaza <[email protected]>
  28. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  29. 2002-03-06 Jason Diamond <[email protected]>
  30. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  31. 2002-02-23 Nick Drochak <[email protected]>
  32. * System.XML.build: Change dll name to System.Xml.dll from
  33. System.XML.dll (not easy to notice, btw)
  34. 2001-12-07 Nick Drochak <[email protected]>
  35. * ChangeLog: Add the change log to this directory
  36. * 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'.