NSSM 2.16. v2.16
authorIain Patterson <me@iain.cx>
Sun, 2 Dec 2012 05:09:42 +0000 (00:09 -0500)
committerIain Patterson <me@iain.cx>
Sun, 2 Dec 2012 05:09:42 +0000 (00:09 -0500)
ChangeLog.txt
README.txt
nssm.h

index 6aabd25..26ed909 100644 (file)
@@ -1,3 +1,8 @@
+Changes since 2.15
+-----------------
+  * Fixed case where NSSM could kill unrelated processes when
+    shutting down.
+
 Changes since 2.14
 -----------------
   * NSSM is now translated into Italian.
index 3a31833..f0270f8 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.15, 2012-07-19\r
+Version 2.16, 2012-12-01\r
 \r
 NSSM is a service helper program similar to srvany and cygrunsrv.  It can \r
 start any application as an NT service and will restart the service if it \r
diff --git a/nssm.h b/nssm.h
index bbdad99..7ab0546 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.15"\r
-#define NSSM_DATE "2012-07-19"\r
+#define NSSM_VERSION "2.16"\r
+#define NSSM_DATE "2012-12-01"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r