X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog.txt;h=e7cff084b47fc374a91e8275a3046550479aaf46;hb=c1bc67d13894b1b9456fb85abdabc4dbb5d71bcc;hp=ec9d9e1b4afa6194191f2f1235d88e675747c17c;hpb=13a14267e612fb6a28ddef57f30f9de2685fc2ff;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index ec9d9e1..e7cff08 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,62 @@ +Changes since 2.18 +----------------- + * Support AppEnvironmentExtra to append to the environment + instead of replacing it. + + * 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. + +Changes since 2.12 +----------------- + * Fixed failure to run on Windows 2000. + +Changes since 2.11 +----------------- + * NSSM is now translated into French. + + * 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. + +Changes since 2.10 +----------------- + * Support AppEnvironment for compatibility with srvany. + Changes since 2.9 ----------------- * Fixed failure to compile messages.mc in paths containing spaces.