X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=aa86f2ec565806328e4e36d539972cf1950b580d;hb=2a259b54caa08ef6d4dbc99f6fe7ec97837c25e8;hp=987fe1e23f096f0bf636e0c45592504733896b18;hpb=220d2b0e952fe81ebf0acfad96371dce46eedf93;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 987fe1e..aa86f2e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,19 @@ +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.