Iain Patterson 11 éve
szülő
commit
41c7f8e693
3 módosított fájl, 8 hozzáadás és 3 törlés
  1. 5 0
      ChangeLog.txt
  2. 1 1
      README.txt
  3. 2 2
      nssm.h

+ 5 - 0
ChangeLog.txt

@@ -1,3 +1,8 @@
+Changes since 2.15
+-----------------
+  * Fixed case where NSSM could kill unrelated processes when
+    shutting down.
+
 Changes since 2.14
 Changes since 2.14
 -----------------
 -----------------
   * NSSM is now translated into Italian.
   * NSSM is now translated into Italian.

+ 1 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.15, 2012-07-19
+Version 2.16, 2012-12-01
 
 
 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 

+ 2 - 2
nssm.h

@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);
 int str_equiv(const char *, const char *);
 
 
 #define NSSM "nssm"
 #define NSSM "nssm"
-#define NSSM_VERSION "2.15"
-#define NSSM_DATE "2012-07-19"
+#define NSSM_VERSION "2.16"
+#define NSSM_DATE "2012-12-01"
 
 
 /*
 /*
   MSDN says the commandline in CreateProcess() is limited to 32768 characters
   MSDN says the commandline in CreateProcess() is limited to 32768 characters