From 41c7f8e693c62221d54e91969baeacbea09a14e6 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Sun, 2 Dec 2012 00:09:42 -0500 Subject: [PATCH] NSSM 2.16. --- ChangeLog.txt | 5 +++++ README.txt | 2 +- nssm.h | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6aabd25..26ed909 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +Changes since 2.15 +----------------- + * Fixed case where NSSM could kill unrelated processes when + shutting down. + Changes since 2.14 ----------------- * NSSM is now translated into Italian. diff --git a/README.txt b/README.txt index 3a31833..f0270f8 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ NSSM: The Non-Sucking Service Manager -Version 2.15, 2012-07-19 +Version 2.16, 2012-12-01 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 diff --git a/nssm.h b/nssm.h index bbdad99..7ab0546 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.15" -#define NSSM_DATE "2012-07-19" +#define NSSM_VERSION "2.16" +#define NSSM_DATE "2012-12-01" /* MSDN says the commandline in CreateProcess() is limited to 32768 characters -- 2.20.1