X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=b26ab1bd187c5a71cae57739f2dd9fe140fe4cdf;hb=2f219930f488b2551326900df5c201de2e9304f2;hp=77ba30675d2a0a752b0f07cd975b71d369dd7be9;hpb=b841998b630a15bb554da822b5f8ba3bbcb1b601;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 77ba306..b26ab1b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,41 @@ +Changes since 2.21 +----------------- + * NSSM can now optionally rotate existing files when + redirecting I/O. + + * Unqualified path names are now relative to the + application startup directory when redirecting I/O. + +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.