From: Iain Patterson Date: Tue, 25 Jan 2011 22:52:03 +0000 (+0000) Subject: NSSM 2.7. X-Git-Tag: v2.7^0 X-Git-Url: http://git.iain.cx/?p=nssm.git;a=commitdiff_plain;h=5d8129f70ecd6e6a07f9bb2601c2d8e5f14586f7 NSSM 2.7. --- diff --git a/README.txt b/README.txt index ecc59e0..3ef6005 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ NSSM: The Non-Sucking Service Manager -Version 2.6, 2010-11-19 +Version 2.7, 2011-01-25 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 @@ -158,6 +158,9 @@ Credits Thanks to Bernard Loh for finding a bug with service recovery. Thanks to Benjamin Mayrargue (www.softlion.com) for adding 64-bit support. Thanks to Joel Reingold for spotting a command line truncation bug. +Thanks to Arve Knudsen for spotting that child processes of the monitored +application could be left running on service shutdown, and that a missing +registry value for AppDirectory confused NSSM. Licence ------- diff --git a/nssm.h b/nssm.h index 292868e..0390c65 100644 --- a/nssm.h +++ b/nssm.h @@ -15,8 +15,8 @@ int str_equiv(const char *, const char *); #define NSSM "nssm" -#define NSSM_VERSION "2.6" -#define NSSM_DATE "2010-11-19" +#define NSSM_VERSION "2.7" +#define NSSM_DATE "2011-01-25" #define NSSM_RUN "run" /*