NSSM 2.11. v2.11
authorIain Patterson <me@iain.cx>
Wed, 4 Apr 2012 21:30:06 +0000 (22:30 +0100)
committerIain Patterson <me@iain.cx>
Wed, 4 Apr 2012 21:30:06 +0000 (22:30 +0100)
ChangeLog.txt
README.txt
nssm.h

index ec9d9e1..59b679a 100644 (file)
@@ -1,3 +1,7 @@
+Changes since 2.10
+-----------------
+  * Support AppEnvironment for compatibility with srvany.
+
 Changes since 2.9
 -----------------
   * Fixed failure to compile messages.mc in paths containing spaces.
index 5494575..444d30d 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.10, 2011-10-11\r
+Version 2.11, 2012-04-04\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
@@ -28,6 +28,8 @@ Since version 2.8, NSSM tries harder to shut down the managed application
 gracefully and throttles restart attempts if the application doesn't run\r
 for a minimum amount of time.\r
 \r
+Since version 2.11, NSSM respects srvany's AppEnvironment parameter.\r
+\r
 Usage\r
 -----\r
 In the usage notes below, arguments to the program may be written in angle \r
diff --git a/nssm.h b/nssm.h
index 4eba7e6..ae4114a 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -16,9 +16,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.10"\r
-#define NSSM_DATE "2011-10-11"\r
-#define NSSM_RUN "run"\r
+#define NSSM_VERSION "2.11"\r
+#define NSSM_DATE "2012-04-04"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r