X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=ChangeLog.txt;h=59b679a9bb38e085e882931f5ef04c9144698033;hb=d835729cc86c54b1ecde6ffce737c41aa8d3f840;hp=09d625e14a685719e08ecf675b3bab397c0ac827;hpb=f1d0155706497569d85c8210e8dd9091278a0e95;p=nssm.git diff --git a/ChangeLog.txt b/ChangeLog.txt index 09d625e..59b679a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,17 @@ +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.