From 293f2a969fcda19b59436269cba68d748270de3e Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Thu, 19 Jul 2012 21:17:30 +0100 Subject: [PATCH] NSSM 2.15. --- ChangeLog.txt | 6 ++++++ README.txt | 6 +++++- nssm.h | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6a2dc73..6aabd25 100644 --- a/ChangeLog.txt +++ b/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. diff --git a/README.txt b/README.txt index 0d8026f..3a31833 100644 --- a/README.txt +++ b/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 ------- diff --git a/nssm.h b/nssm.h index 2e73b9a..bbdad99 100644 --- a/nssm.h +++ b/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 -- 2.20.1