2005-06-06 Marek Safar <marek.safar@seznam.cz>
[mono.git] / mcs / tools / mono-service / ChangeLog
1 2005-06-01  Raja R Harinath  <rharinath@novell.com>
2
3         * mono-service.cs (MonoServiceRunner.Main): Replace LockFlags with
4         LockfCommand to reflect the rename in Mono.Posix.dll.
5
6 2005-04-12  Joerg Rosenkranz  <joergr@voelcker.com>
7
8         * mono-service.cs: Service runs in its own AppDomain now.
9         Improved exception handling.
10
11 2005-04-09  Joerg Rosenkranz  <joergr@voelcker.com>
12
13         * mono-service.cs: Fixed dynamic loading of assemblies
14         from services. Cleaned up callback code.
15         
16 2005-04-08  Joerg Rosenkranz  <joergr@voelcker.com>
17
18         * mono-service.cs: Restructured code to run service main loop
19         in callback called by ServiceBase.Run. This matches Windows 
20         service behaviour better.
21
22 2005-04-07  Zoltan Varga  <vargaz@freemail.hu>
23
24         * mono-service.cs: Fix compilation with csc.
25
26 2005-04-06  Joerg Rosenkranz  <joergr@voelcker.com>
27
28         * mono-service.cs: 
29             Pay attention to CanStop and CanPauseAndContinue. 
30             Call Dispose of service. Fixed exe name in usage output.
31             Filling and using lock file to prevent multiple instances.