浏览代码

NSSM 2.14.

Iain Patterson 13 年之前
父节点
当前提交
6d37b3da2f
共有 3 个文件被更改,包括 23 次插入3 次删除
  1. 18 0
      ChangeLog.txt
  2. 3 1
      README.txt
  3. 2 2
      nssm.h

+ 18 - 0
ChangeLog.txt

@@ -1,3 +1,21 @@
+Changes since 2.13
+-----------------
+  * Fixed default GUI language being French not English.
+
+Changes since 2.12
+-----------------
+  * Fixed failure to run on Windows 2000.
+
+Changes since 2.11
+-----------------
+  * NSSM is now translated into French.
+
+  * Really ensure systems recovery actions can happen.
+
+	  The change supposedly introduced in v2.4 to allow service recovery
+		actions to be activated when the application exits gracefully with
+		a non-zero error code didn't actually work.
+
 Changes since 2.10
 Changes since 2.10
 -----------------
 -----------------
   * Support AppEnvironment for compatibility with srvany.
   * Support AppEnvironment for compatibility with srvany.

+ 3 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
 NSSM: The Non-Sucking Service Manager
-Version 2.13, 2012-05-20
+Version 2.14, 2012-05-24
 
 
 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 
@@ -192,6 +192,8 @@ Thanks to Rob Sharp for pointing out that NSSM did not respect the
 AppEnvironment registry value used by srvany.
 AppEnvironment registry value used by srvany.
 Thanks to Szymon Nowak for help with Windows 2000 compatibility.
 Thanks to Szymon Nowak for help with Windows 2000 compatibility.
 Thanks to François-Régis Tardy for French translation.
 Thanks to François-Régis Tardy for French translation.
+Thanks to Emilio Frini for spotting that French was inadvertently set as
+the default language when the user's display language was not translated.
 
 
 Licence
 Licence
 -------
 -------

+ 2 - 2
nssm.h

@@ -16,8 +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.13"
-#define NSSM_DATE "2012-05-20"
+#define NSSM_VERSION "2.14"
+#define NSSM_DATE "2012-05-24"
 
 
 /*
 /*
   MSDN says the commandline in CreateProcess() is limited to 32768 characters
   MSDN says the commandline in CreateProcess() is limited to 32768 characters