Iain Patterson 12 tahun lalu
induk
melakukan
293f2a969f
3 mengubah file dengan 13 tambahan dan 3 penghapusan
  1. 6 0
      ChangeLog.txt
  2. 5 1
      README.txt
  3. 2 2
      nssm.h

+ 6 - 0
ChangeLog.txt

@@ -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.

+ 5 - 1
README.txt

@@ -1,5 +1,5 @@
 NSSM: The Non-Sucking Service Manager
-Version 2.14, 2012-05-24
+Version 2.15, 2012-07-19
 
 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 
@@ -33,6 +33,9 @@ Since version 2.11, NSSM respects srvany's AppEnvironment parameter.
 Since version 2.13, NSSM is translated into French.
 Thanks François-Régis Tardy.
 
+Since version 2.15, NSSM is translated into Italian.
+Thanks Riccardo Gusmeroli.
+
 Usage
 -----
 In the usage notes below, arguments to the program may be written in angle 
@@ -194,6 +197,7 @@ Thanks to Szymon Nowak for help with Windows 2000 compatibility.
 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.
+Thanks to Riccardo Gusmeroli for Italian translation.
 
 Licence
 -------

+ 2 - 2
nssm.h

@@ -16,8 +16,8 @@
 int str_equiv(const char *, const char *);
 
 #define NSSM "nssm"
-#define NSSM_VERSION "2.14"
-#define NSSM_DATE "2012-05-24"
+#define NSSM_VERSION "2.15"
+#define NSSM_DATE "2012-07-19"
 
 /*
   MSDN says the commandline in CreateProcess() is limited to 32768 characters