X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=aa86f2ec565806328e4e36d539972cf1950b580d;hb=2a259b54caa08ef6d4dbc99f6fe7ec97837c25e8;hp=6d127fcb2b641e963d52cde1b0d44e1dd9efadf2;hpb=b5286398f850b432edbddc6d602ab3f33ab086be;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 6d127fc..aa86f2e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,18 @@ 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.