ChangeLog 1.6 KB

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