X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=62fd6b8cd46d99fb0913a9709aa93f7b1afdfe0b;hb=2bc7df40fe52fe9e86e382926f7653b55ee02038;hp=6d127fcb2b641e963d52cde1b0d44e1dd9efadf2;hpb=b5286398f850b432edbddc6d602ab3f33ab086be;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 6d127fc..62fd6b8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,13 @@ 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. + Changes since 2.23 ------------------ * NSSM once again calls TerminateProcess() correctly.