ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 2007-10-05 Atsushi Enomoto <[email protected]>
  2. * Makefile : added /r:System.Windows.Forms. removed /warnaserror.
  3. * System.ServiceProcess.dll.sources : added couple of missing types.
  4. 2007-04-07 Gert Driesen <[email protected]>
  5. * Makefile: Do not output deprecated warnings.
  6. 2006-09-22 Gert Driesen <[email protected]>
  7. * System.ServiceProcess.dll.sources: Added ServiceNameConverter.cs.
  8. 2006-09-14 Gert Driesen <[email protected]>
  9. * Makefile: Treat warnings as error. Ignore no warnings.
  10. * System.ServiceProcess.dll.sources: Added ServiceControllerImpl.cs,
  11. UnixServiceController.cs and Win32ServiceController.cs.
  12. * System.ServiceProcess_test.dll.sources: Added
  13. ServiceControllerTest.cs.
  14. 2005-01-23 Geoff Norton <[email protected]>
  15. * System.ServiceProcess.dll.sources: Add ServiceInstaller and
  16. ServiceProcessInstaller to the build.
  17. 2004-09-11 Sebastien Pouliot <[email protected]>
  18. * Makefile: Updated to include unit tests.
  19. * System.ServiceProcess.dll.sources: Added ServiceControllerPermission
  20. class to the build.
  21. * System.ServiceProcess_test.dll.sources: New. Added sources file for
  22. unit tests.
  23. 2003-07-30 Duncan Mak <[email protected]>
  24. * TimeoutException.cs:
  25. * ServiceProcessDescriptionAttribute.cs:
  26. * ServiceControllerPermissionAttribute.cs:
  27. * ServiceControllerPermissionEntryCollection.cs:
  28. * ServiceControllerPermissionEntry.cs: Added.
  29. * TODOAttribute.cs:
  30. * Locale.cs: Added.
  31. * ServiceBase.cs: Added missing APIs.
  32. 2003-02-23 Rafael Teixeira <[email protected]>
  33. * added makefile and other tidbits to be able to make in Linux
  34. 2002-12-10 Jeroen Janssen <[email protected]>
  35. * added System.ServiceProcess.build file
  36. * added ChangeLog file