X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=e50c8416266da1ab6cc23cc4fc94ab7f2bd0eec2;hb=cba3331a303deccf228fec50f30a87ed9ec784ce;hp=6aabd25e7a9354038c446ff2cafcdba339dc54d0;hpb=293f2a969fcda19b59436269cba68d748270de3e;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 6aabd25..e50c841 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,45 @@ +Changes since 2.20 +----------------- + * Services installed from the GUI no longer have incorrect + AppParameters set in the registry. + +Changes since 2.19 +----------------- + * Services installed from the commandline without using the + GUI no longer have incorrect AppStopMethod* registry + entries set. + +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.