| 1234567891011121314151617181920212223242526272829 |
- 2004-09-11 Sebastien Pouliot <[email protected]>
- * Makefile: Updated to include unit tests.
- * System.ServiceProcess.dll.sources: Added ServiceControllerPermission
- class to the build.
- * System.ServiceProcess_test.dll.sources: New. Added sources file for
- unit tests.
- 2003-07-30 Duncan Mak <[email protected]>
- * TimeoutException.cs:
- * ServiceProcessDescriptionAttribute.cs:
- * ServiceControllerPermissionAttribute.cs:
- * ServiceControllerPermissionEntryCollection.cs:
- * ServiceControllerPermissionEntry.cs: Added.
- * TODOAttribute.cs:
- * Locale.cs: Added.
- * ServiceBase.cs: Added missing APIs.
-
- 2003-02-23 Rafael Teixeira <[email protected]>
- * added makefile and other tidbits to be able to make in Linux
- 2002-12-10 Jeroen Janssen <[email protected]>
- * added System.ServiceProcess.build file
- * added ChangeLog file
|