X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=1513a54df2a056d5a68abb8ae1a0559c5a9a4eb9;hb=a9269d8370b339777c32e6e4a5e5be3ad7387a1c;hp=59b679a9bb38e085e882931f5ef04c9144698033;hpb=2d6da67fe869e8a512bdd48ffb10fe18d76231bb;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 59b679a..1513a54 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,44 @@ +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.