ChangeLog 1.4 KB

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