Browse Source

NSSM 2.11.

Iain Patterson 12 năm trước cách đây
mục cha
commit
2d6da67fe8
3 tập tin đã thay đổi với 9 bổ sung4 xóa
  1. 4 0
      ChangeLog.txt
  2. 3 1
      README.txt
  3. 2 3
      nssm.h

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+Changes since 2.10
+-----------------
+  * Support AppEnvironment for compatibility with srvany.
+
 Changes since 2.9
 Changes since 2.9
 -----------------
 -----------------
   * Fixed failure to compile messages.mc in paths containing spaces.
   * Fixed failure to compile messages.mc in paths containing spaces.

+ 3 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.10, 2011-10-11
+Version 2.11, 2012-04-04
 
 
 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 
@@ -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
 gracefully and throttles restart attempts if the application doesn't run
 for a minimum amount of time.
 for a minimum amount of time.
 
 
+Since version 2.11, NSSM respects srvany's AppEnvironment parameter.
+
 Usage
 Usage
 -----
 -----
 In the usage notes below, arguments to the program may be written in angle 
 In the usage notes below, arguments to the program may be written in angle 

+ 2 - 3
nssm.h

@@ -16,9 +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.10"
-#define NSSM_DATE "2011-10-11"
-#define NSSM_RUN "run"
+#define NSSM_VERSION "2.11"
+#define NSSM_DATE "2012-04-04"
 
 
 /*
 /*
   MSDN says the commandline in CreateProcess() is limited to 32768 characters
   MSDN says the commandline in CreateProcess() is limited to 32768 characters