Author: kkolinko Date: Mon Feb 5 12:43:52 2018 New Revision: 1823161 URL: http://svn.apache.org/viewvc?rev=1823161&view=rev Log: Update the NSIS Installer used to build the Windows installer to version 3.03.
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=1823161&r1=1823160&r2=1823161&view=diff ============================================================================== --- tomcat/trunk/build.properties.default (original) +++ tomcat/trunk/build.properties.default Mon Feb 5 12:43:52 2018 @@ -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.02.1 +nsis.version=3.03 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=1823161&r1=1823160&r2=1823161&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Mon Feb 5 12:43:52 2018 @@ -204,6 +204,10 @@ Update the list with the public interfaces in the RELEASE-NOTES. (violetagg) </update> + <update> + Update the NSIS Installer used to build the Windows installer to version + 3.03. (kkolinko) + </update> </changelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org