ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 2002-10-28 Gonzalo Paniagua Javier <[email protected]>
  2. * makefile.gnu: added test target.
  3. 2002-08-22 Tim Coleman <[email protected]>
  4. * list.unix:
  5. Add System.Xml.Serialization/XmlCustomFormatter.cs
  6. 2002-08-19 Tim Coleman <[email protected]>
  7. * list.unix:
  8. Add System.Xml.Serialization/XmlSerializationWriter.cs
  9. 2002-07-24 Tim Coleman <[email protected]>
  10. * list.unix:
  11. Add some more classes to this build list.
  12. 2002-07-22 Tim Coleman <[email protected]>
  13. * list.unix:
  14. Add System.Xml.Serialization/SoapReflectionImporter.cs to build
  15. list.
  16. 2002-07-22 Tim Coleman <[email protected]>
  17. * list.unix: added new classes to build list.
  18. 2002-06-20 Ajay kumar Dwivedi <[email protected]>
  19. * System.Xml.Serialization: Added to build target
  20. 2002-05-24 Miguel de Icaza <[email protected]>
  21. * System.Xml.Serialization/XmlElementAttribute.cs: Add allowmultiple
  22. 2002-03-06 Jason Diamond <[email protected]>
  23. * System.XML.build: Disable warning CS0679: Other languages may permit the internal virtual member 'foo' to be overridden.
  24. 2002-02-23 Nick Drochak <[email protected]>
  25. * System.XML.build: Change dll name to System.Xml.dll from
  26. System.XML.dll (not easy to notice, btw)
  27. 2001-12-07 Nick Drochak <[email protected]>
  28. * ChangeLog: Add the change log to this directory
  29. * 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'.