ChangeLog 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. 2002-07-13 Jonathan Pryor <[email protected]>
  2. * class.xml: Added entries for the following classes from System.Diagnostics:
  3. - CounterCreationData.cs: Implemented
  4. - CounterCreationDataCollection.cs: Implemented
  5. - CounterSample.cs: Stubbed Out
  6. - CounterSampleCalculator.cs: Stubbed Out
  7. - InstanceData.cs: Implemented
  8. - InstanceDataCollection.cs: Implemented
  9. - InstanceDataCollectionCollection.cs: Implemented
  10. - MonitoringDescriptionAttribute.cs: Implemented
  11. - PerformanceCounter.cs: Stubbed Out
  12. - PerformanceCounterCategory.cs: Stubbed Out
  13. - PerformanceCounterInstaller.cs: Stubbed Out
  14. - PerformanceCounterManager.cs: Stubbed Out
  15. - PerformanceCounterPermission.cs: Stubbed Out
  16. - PerformanceCounterPermissionAccess.cs: Implemented
  17. - PerformanceCounterPermissionAttribute.cs: Stubbed Out
  18. - PerformanceCounterPermissionEntry.cs: Stubbed Out
  19. - PerformanceCounterPermissionEntryCollection.cs: Implemented
  20. - PerformanceCounterType.cs: Implemented
  21. 2002-06-09 Jonathan Pryor <[email protected]>
  22. * class.xml: Added entries for the following classes from System.Diagnostics:
  23. - EntryWrittenEventArgs
  24. - EntryWrittenEventHandler
  25. - EventLog
  26. - EventLogEntryCollection
  27. - EventLogEntry
  28. - EventLogEntryType
  29. - EventLogInstaller
  30. - EventLogPermissionAccess
  31. - EventLogPermissionAttribute
  32. - EventLogPermission
  33. - EventLogPermissionEntryCollection
  34. - EventLogPermissionEntry
  35. - EventLogTraceListener
  36. 2002-04-16 Gonzalo Paniagua Javier <[email protected]>
  37. * maintainers.xml: added myself.
  38. * class.xml: added System.Net.Sockets.UdpClient and updated
  39. System.Net.IPAddress and IPEndPoint.
  40. 2002-03-17 Nick Drochak <[email protected]>
  41. * class.xml: Added class I stubbed out:
  42. ApplicationDirectoryMembershipCondition
  43. 2002-01-14 Nick Drochak <[email protected]>
  44. * class.xml: Added classes I implemented.
  45. 2002-01-07 John Barnette <[email protected]>
  46. * type-maintainers.xml: new format for information.
  47. 2002-01-05 Nick Drochak <[email protected]>
  48. * .cvsignore: ignore cormissing file which is generated by
  49. /mcs/tools/corcompare.exe
  50. 2001-11-19 Daniel Weber <[email protected]>
  51. * class.xml : Added System.Xml classes
  52. * maintainers.xml: Added myself
  53. 2001-10-11
  54. * ByMaintainer.xsl: support for sorting classnames
  55. * ByNamespace.xsl: support for sorting classnames, mailto href on
  56. maintainer
  57. Tue Sep 25 19:03:52 CEST 2001 Paolo Molaro <[email protected]>
  58. * class.xml: updates.
  59. 2001-09-14 Dick Porter <[email protected]>
  60. * class.xml: Added System.Threading classes
  61. * maintainers.xml: Added myself
  62. 2001-07-17 Sean MacIsaac <[email protected]>
  63. * ByNamespace.xsl: removed bug for improper handling of namespace.
  64. eg System.Collections.Blah was showing up in System list.
  65. 2001-07-16 Sean MacIsaac <[email protected]>
  66. * ByNamespace.xsl: Needed by ByNamespace.cs.
  67. * ByNamespace.cs: Generates html by namespace..
  68. * ByMaintainer.xsl: Needed by ByMaintainer.cs.
  69. * ByMaintainer.cs: Generates html by maintainer.
  70. * class.xml: Class maintainers go here.
  71. * maintainers.xml: Only maintaining email/name pairs here.
  72. * compare-assembly.cs: Started refactoring to give what Migee
  73. wants.