NSSM 2.5. v2.5
authorIain Patterson <me@iain.cx>
Sat, 25 Sep 2010 15:00:42 +0000 (16:00 +0100)
committerIain Patterson <me@iain.cx>
Sat, 25 Sep 2010 15:00:42 +0000 (16:00 +0100)
README.txt
nssm.h

index 8a41431..5388d03 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
 NSSM: The Non-Sucking Service Manager\r
-Version 2.4, 2010-09-23\r
+Version 2.5, 2010-09-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
 \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
@@ -22,6 +22,8 @@ based on the exit code of the managed application.
 \r
 Since version 2.3, NSSM logs to the Windows event log more elegantly.\r
 \r
 \r
 Since version 2.3, NSSM logs to the Windows event log more elegantly.\r
 \r
+Since version 2.5, NSSM respects environment variables in its parameters.\r
+\r
 \r
 Usage\r
 -----\r
 \r
 Usage\r
 -----\r
diff --git a/nssm.h b/nssm.h
index bbd0819..56c98b3 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -14,8 +14,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.4"\r
-#define NSSM_DATE "2010-09-23"\r
+#define NSSM_VERSION "2.5"\r
+#define NSSM_DATE "2010-09-25"\r
 #define NSSM_RUN "run"\r
 \r
 /*\r
 #define NSSM_RUN "run"\r
 \r
 /*\r