NSSM 2.13. v2.13
authorIain Patterson <me@iain.cx>
Thu, 24 May 2012 11:44:56 +0000 (12:44 +0100)
committerIain Patterson <me@iain.cx>
Thu, 24 May 2012 11:44:56 +0000 (12:44 +0100)
README.txt
nssm.h

index 8160d89..fd47350 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.12, 2012-05-07\r
+Version 2.13, 2012-05-20\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
@@ -30,6 +30,9 @@ for a minimum amount of time.
 \r
 Since version 2.11, NSSM respects srvany's AppEnvironment parameter.\r
 \r
+Since version 2.13, NSSM is translated into French.\r
+Thanks François-Régis Tardy.\r
+\r
 Usage\r
 -----\r
 In the usage notes below, arguments to the program may be written in angle \r
@@ -188,6 +191,7 @@ advising how to build messages.mc correctly in paths containing spaces.
 Thanks to Rob Sharp for pointing out that NSSM did not respect the\r
 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
 \r
 Licence\r
 -------\r
diff --git a/nssm.h b/nssm.h
index 016906b..a680ea8 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.12"\r
-#define NSSM_DATE "2012-05-07"\r
+#define NSSM_VERSION "2.13"\r
+#define NSSM_DATE "2012-05-20"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r