From 67e8c7228655b619eda12bcba4ca1c62524984ad Mon Sep 17 00:00:00 2001 From: Konstantin Kolinko Date: Mon, 5 Feb 2018 13:15:02 +0000 Subject: [PATCH] Update the NSIS Installer used to build the Windows installer to version 3.03. NSIS Release Notes and Changelog: http://nsis.sourceforge.net/Docs/AppendixF.html#v3.03 git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1823167 13f79535-47bb-0310-9956-ffa450edef68 --- build.properties.default | 2 +- webapps/docs/changelog.xml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/build.properties.default b/build.properties.default index 87b27a83d649..5f6ec444f507 100644 --- a/build.properties.default +++ b/build.properties.default @@ -163,7 +163,7 @@ commons-pool-src.loc.1=${base-commons.loc.1}/pool/source/commons-pool-${commons- commons-pool-src.loc.2=${base-commons.loc.2}/pool/source/commons-pool-${commons-pool.version}-src.tar.gz # ----- NSIS, version 3.0 or later ----- -nsis.version=3.02.1 +nsis.version=3.03 nsis.home=${base.path}/nsis-${nsis.version} nsis.exe=${nsis.home}/makensis.exe nsis.arch.dir=x86-unicode/ diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index de67b5b70764..9ba89842348e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -84,6 +84,14 @@ + + + + Update the NSIS Installer used to build the Windows installer to version + 3.03. (kkolinko) + + +