Author: kkolinko Date: Tue Nov 21 16:05:01 2017 New Revision: 1815944 URL: http://svn.apache.org/viewvc?rev=1815944&view=rev Log: Update the NSIS Installer to version 3.02.1. http://nsis.sourceforge.net/
Modified: tomcat/trunk/build.properties.default tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.properties.default URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1815944&r1=1815943&r2=1815944&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Tue Nov 21 16:05:01 2017 @@ -135,7 +135,7 @@ tomcat-native.win.1=${base-tomcat.loc.1} tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-win32-bin.zip # ----- NSIS, version 3.0 or later ----- -nsis.version=3.01 +nsis.version=3.02.1 nsis.home=${base.path}/nsis-${nsis.version} nsis.exe=${nsis.home}/makensis.exe nsis.arch.dir=x86-unicode/ Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1815944&r1=1815943&r2=1815944&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Tue Nov 21 16:05:01 2017 @@ -259,6 +259,10 @@ pick up the latest Windows binaries built with APR 1.6.3 and OpenSSL 1.0.2m. (markt) </update> + <update> + Update the NSIS Installer used to build the Windows installer to version + 3.02.1. (kkolinko) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org