NSSM 2.15. v2.15
authorIain Patterson <me@iain.cx>
Thu, 19 Jul 2012 20:17:30 +0000 (21:17 +0100)
committerIain Patterson <me@iain.cx>
Thu, 19 Jul 2012 20:17:30 +0000 (21:17 +0100)
ChangeLog.txt
README.txt
nssm.h

index 6a2dc73..6aabd25 100644 (file)
@@ -1,3 +1,9 @@
+Changes since 2.14
+-----------------
+  * NSSM is now translated into Italian.
+
+  * Fixed GUI not allowing paths longer than 256 characters.
+
 Changes since 2.13
 -----------------
   * Fixed default GUI language being French not English.
index 0d8026f..3a31833 100644 (file)
@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager\r
-Version 2.14, 2012-05-24\r
+Version 2.15, 2012-07-19\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
@@ -33,6 +33,9 @@ Since version 2.11, NSSM respects srvany's AppEnvironment parameter.
 Since version 2.13, NSSM is translated into French.\r
 Thanks François-Régis Tardy.\r
 \r
+Since version 2.15, NSSM is translated into Italian.\r
+Thanks Riccardo Gusmeroli.\r
+\r
 Usage\r
 -----\r
 In the usage notes below, arguments to the program may be written in angle \r
@@ -194,6 +197,7 @@ Thanks to Szymon Nowak for help with Windows 2000 compatibility.
 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
+Thanks to Riccardo Gusmeroli for Italian translation.\r
 \r
 Licence\r
 -------\r
diff --git a/nssm.h b/nssm.h
index 2e73b9a..bbdad99 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.14"\r
-#define NSSM_DATE "2012-05-24"\r
+#define NSSM_VERSION "2.15"\r
+#define NSSM_DATE "2012-07-19"\r
 \r
 /*\r
   MSDN says the commandline in CreateProcess() is limited to 32768 characters\r