Added nssm_exe().
[nssm.git] / ChangeLog.txt
index 6d127fc..aa86f2e 100644 (file)
@@ -2,6 +2,18 @@ Changes since 2.24
 ------------------\r
   * Allow skipping kill_process_tree().\r
 \r
+  * NSSM can now sleep a configurable amount of time after\r
+    rotating output files.\r
+\r
+  * NSSM can now rotate log files by calling CopyFile()\r
+    followed by SetEndOfFile(), allowing it to rotate files\r
+    which other processes hold open.\r
+\r
+  * NSSM now sets the service environment before querying\r
+    parameters from the registry, so paths and arguments\r
+    can reference environment configured in AppEnvironment\r
+    or AppEnvironmentExtra.\r
+\r
 Changes since 2.23\r
 ------------------\r
   * NSSM once again calls TerminateProcess() correctly.\r