2
0

ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. 2002-04-16 Gonzalo Paniagua Javier <[email protected]>
  2. * maintainers.xml: added myself.
  3. * class.xml: added System.Net.Sockets.UdpClient and updated
  4. System.Net.IPAddress and IPEndPoint.
  5. 2002-03-17 Nick Drochak <[email protected]>
  6. * class.xml: Added class I stubbed out:
  7. ApplicationDirectoryMembershipCondition
  8. 2002-01-14 Nick Drochak <[email protected]>
  9. * class.xml: Added classes I implemented.
  10. 2002-01-07 John Barnette <[email protected]>
  11. * type-maintainers.xml: new format for information.
  12. 2002-01-05 Nick Drochak <[email protected]>
  13. * .cvsignore: ignore cormissing file which is generated by
  14. /mcs/tools/corcompare.exe
  15. 2001-11-19 Daniel Weber <[email protected]>
  16. * class.xml : Added System.Xml classes
  17. * maintainers.xml: Added myself
  18. 2001-10-11
  19. * ByMaintainer.xsl: support for sorting classnames
  20. * ByNamespace.xsl: support for sorting classnames, mailto href on
  21. maintainer
  22. Tue Sep 25 19:03:52 CEST 2001 Paolo Molaro <[email protected]>
  23. * class.xml: updates.
  24. 2001-09-14 Dick Porter <[email protected]>
  25. * class.xml: Added System.Threading classes
  26. * maintainers.xml: Added myself
  27. 2001-07-17 Sean MacIsaac <[email protected]>
  28. * ByNamespace.xsl: removed bug for improper handling of namespace.
  29. eg System.Collections.Blah was showing up in System list.
  30. 2001-07-16 Sean MacIsaac <[email protected]>
  31. * ByNamespace.xsl: Needed by ByNamespace.cs.
  32. * ByNamespace.cs: Generates html by namespace..
  33. * ByMaintainer.xsl: Needed by ByMaintainer.cs.
  34. * ByMaintainer.cs: Generates html by maintainer.
  35. * class.xml: Class maintainers go here.
  36. * maintainers.xml: Only maintaining email/name pairs here.
  37. * compare-assembly.cs: Started refactoring to give what Migee
  38. wants.