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