X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=5c645e10fab04647903a87cd60da5c4e6d17846a;hb=5e7f7c21e254ba722d5d0d08c154792b82cf3f1d;hp=09d625e14a685719e08ecf675b3bab397c0ac827;hpb=f1d0155706497569d85c8210e8dd9091278a0e95;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 09d625e..5c645e1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,35 @@ +Changes since 2.13 +----------------- + * Fixed default GUI language being French not English. + +Changes since 2.12 +----------------- + * Fixed failure to run on Windows 2000. + +Changes since 2.11 +----------------- + * NSSM is now translated into French. + + * Really ensure systems recovery actions can happen. + + The change supposedly introduced in v2.4 to allow service recovery + actions to be activated when the application exits gracefully with + a non-zero error code didn't actually work. + +Changes since 2.10 +----------------- + * Support AppEnvironment for compatibility with srvany. + +Changes since 2.9 +----------------- + * Fixed failure to compile messages.mc in paths containing spaces. + + * Fixed edge case with CreateProcess(). + + Correctly handle the case where the application executable is under + a path which contains space and an executable sharing the initial + part of that path (up to a space) exists. + Changes since 2.8 ----------------- * Fixed failure to run on Windows versions prior to Vista.