X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=08188a6b60174c2d7805acb1033b34433aa94e5b;hb=470de9224d9473853d24006d7ae13eba818ecf0f;hp=36a7ab31918996f5c90008e7d1613a23190504f4;hpb=40792fac2ef98e69c331b9cd5a9279dc3e1eb730;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 36a7ab3..08188a6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,27 @@ +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(). + capable of being opened by CreateFile(). * Allow building on Visual Studio Express.