Bladeren bron

NSSM 2.24.

Iain Patterson 11 jaren geleden
bovenliggende
commit
220d2b0e95
2 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 4 0
      ChangeLog.txt
  2. 2 1
      README.txt

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+Changes since 2.23
+------------------
+  * NSSM once again calls TerminateProcess() correctly.
+
 Changes since 2.22
 Changes since 2.22
 ------------------
 ------------------
   * NSSM no longer clutters the event log with "The specified
   * NSSM no longer clutters the event log with "The specified

+ 2 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.23, 2014-06-29
+Version 2.24, 2014-08-31
 
 
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can 
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can 
 start any application as an NT service and will restart the service if it 
 start any application as an NT service and will restart the service if it 
@@ -684,6 +684,7 @@ the second restart of the application would have a corrupted environment.
 Thanks to Hadrien Kohl for suggesting to disable the console window's menu.
 Thanks to Hadrien Kohl for suggesting to disable the console window's menu.
 Thanks to Allen Vailliencourt for noticing bugs with configuring the service to
 Thanks to Allen Vailliencourt for noticing bugs with configuring the service to
 run under a local user account.
 run under a local user account.
+Thanks to Sam Townsend for noticing a regression with TerminateProcess().
 
 
 Licence
 Licence
 -------
 -------