From 57230f5d55c4587dc22bc10e8ca6b828884c6e5f Mon Sep 17 00:00:00 2001 From: remm Date: Wed, 6 Dec 2006 10:28:10 +0000 Subject: [PATCH] - NSIS 2.22. - Changelog update. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@483014 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 687f66453..5e4f76f95 100644 --- a/build.properties.default +++ b/build.properties.default @@ -62,12 +62,12 @@ commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons commons-collections-src.loc=${base-jakarta.loc}/commons/collections/source/commons-collections-3.1-src.tar.gz # ----- NSIS, version 2.0 or later ----- -nsis.home=${base.path}/nsis-2.18 +nsis.home=${base.path}/nsis-2.22 nsis.exe=${nsis.home}/makensis.exe nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll -nsis.loc=${base-sf.loc}/nsis/nsis-2.18-setup.exe +nsis.loc=${base-sf.loc}/nsis/nsis-2.22-setup.exe # ----- Commons Daemon, version 1.0-Alpha or later ----- commons-daemon.home=${base.path}/commons-daemon-1.0.1 diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index be7baa040..601f31c51 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -14,6 +14,18 @@ +
+ + + + Update to NSIS 2.22 (remm) + + + Fix regression in 6.0.3 with Windows wrapper (mturk) + + + +
-- 2.11.0