X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=aa86f2ec565806328e4e36d539972cf1950b580d;hb=62f28c55d444d846579159133dbe091809a2c08b;hp=26810d5bd00d61a04479eb539d831a89cdb78afb;hpb=c03d51cbbfe9f4f8a28dbabbfc068573a1842b74;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 26810d5..aa86f2e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,30 @@ +Changes since 2.24 +------------------ + * Allow skipping kill_process_tree(). + + * NSSM can now sleep a configurable amount of time after + rotating output files. + + * NSSM can now rotate log files by calling CopyFile() + followed by SetEndOfFile(), allowing it to rotate files + which other processes hold open. + + * NSSM now sets the service environment before querying + parameters from the registry, so paths and arguments + can reference environment configured in AppEnvironment + or AppEnvironmentExtra. + +Changes since 2.23 +------------------ + * NSSM once again calls TerminateProcess() correctly. + +Changes since 2.22 +------------------ + * NSSM no longer clutters the event log with "The specified + procedure could not be found" on legacy Windows releases. + + * Fixed failure to set a local username to run the service. + Changes since 2.21 ------------------ * Existing services can now be managed using the GUI