NSSM 2.7. v2.7
authorIain Patterson <me@iain.cx>
Tue, 25 Jan 2011 22:52:03 +0000 (22:52 +0000)
committerIain Patterson <me@iain.cx>
Tue, 25 Jan 2011 23:05:22 +0000 (23:05 +0000)
README.txt
nssm.h

index ecc59e0..3ef6005 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.6, 2010-11-19\r
+Version 2.7, 2011-01-25\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
@@ -158,6 +158,9 @@ Credits
 Thanks to Bernard Loh for finding a bug with service recovery.\r
 Thanks to Benjamin Mayrargue (www.softlion.com) for adding 64-bit support.\r
 Thanks to Joel Reingold for spotting a command line truncation bug.\r
+Thanks to Arve Knudsen for spotting that child processes of the monitored\r
+application could be left running on service shutdown, and that a missing\r
+registry value for AppDirectory confused NSSM.\r
 \r
 Licence\r
 -------\r
diff --git a/nssm.h b/nssm.h
index 292868e..0390c65 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -15,8 +15,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.6"\r
-#define NSSM_DATE "2010-11-19"\r
+#define NSSM_VERSION "2.7"\r
+#define NSSM_DATE "2011-01-25"\r
 #define NSSM_RUN "run"\r
 \r
 /*\r