X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=668cebb8c868186d722fdb3b9883f38078677ea7;hb=728c4f6eb96313e764600810aa754663a5091f38;hp=5c645e10fab04647903a87cd60da5c4e6d17846a;hpb=5e7f7c21e254ba722d5d0d08c154792b82cf3f1d;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 5c645e1..668cebb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,37 @@ +Changes since 2.18 +----------------- + * The GUI is significantly less sucky. + +Changes since 2.17 +----------------- + * Timeouts for each shutdown method can be configured in + the registry. + + * The GUI is slightly less sucky. + +Changes since 2.16 +----------------- + * NSSM can now redirect the service's I/O streams to any path + capable of being opened by CreateFile(). + + * Allow building on Visual Studio Express. + + * Silently ignore INTERROGATE control. + + * Try to send Control-C events to console applications when + shutting them down. + +Changes since 2.15 +----------------- + * Fixed case where NSSM could kill unrelated processes when + shutting down. + +Changes since 2.14 +----------------- + * NSSM is now translated into Italian. + + * Fixed GUI not allowing paths longer than 256 characters. + Changes since 2.13 ----------------- * Fixed default GUI language being French not English. @@ -12,9 +46,9 @@ Changes since 2.11 * Really ensure systems recovery actions can happen. - The change supposedly introduced in v2.4 to allow service recovery - actions to be activated when the application exits gracefully with - a non-zero error code didn't actually work. + The change supposedly introduced in v2.4 to allow service recovery + actions to be activated when the application exits gracefully with + a non-zero error code didn't actually work. Changes since 2.10 -----------------