NSSM 2.14. v2.14
authorIain Patterson <me@iain.cx>
Thu, 24 May 2012 21:16:47 +0000 (22:16 +0100)
committerIain Patterson <me@iain.cx>
Thu, 24 May 2012 21:38:16 +0000 (22:38 +0100)
ChangeLog.txt
README.txt
nssm.h

index 59b679a..5c645e1 100644 (file)
@@ -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
 -----------------
   * Support AppEnvironment for compatibility with srvany.
index fd47350..0d8026f 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.13, 2012-05-20\r
+Version 2.14, 2012-05-24\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
@@ -192,6 +192,8 @@ Thanks to Rob Sharp for pointing out that NSSM did not respect the
 AppEnvironment registry value used by srvany.\r
 Thanks to Szymon Nowak for help with Windows 2000 compatibility.\r
 Thanks to François-Régis Tardy for French translation.\r
+Thanks to Emilio Frini for spotting that French was inadvertently set as\r
+the default language when the user's display language was not translated.\r
 \r
 Licence\r
 -------\r
diff --git a/nssm.h b/nssm.h
index a680ea8..2e73b9a 100644 (file)
--- a/nssm.h
+++ b/nssm.h
@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);\r
 \r
 #define NSSM "nssm"\r
-#define NSSM_VERSION "2.13"\r
-#define NSSM_DATE "2012-05-20"\r
+#define NSSM_VERSION "2.14"\r
+#define NSSM_DATE "2012-05-24"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r