This is an automated email from the ASF dual-hosted git repository. kkolinko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 654e01e Update NSIS to version 3.06.1. Update build script to create an Unicode installer. See https://nsis.sourceforge.io/Docs/Chapter1.html#intro-unicode 654e01e is described below commit 654e01edd2c884af8456be08466f830ab9163dec Author: Konstantin Kolinko <kkoli...@apache.org> AuthorDate: Wed Jan 27 07:09:23 2021 +0300 Update NSIS to version 3.06.1. Update build script to create an Unicode installer. See https://nsis.sourceforge.io/Docs/Chapter1.html#intro-unicode --- build.properties.default | 4 ++-- res/tomcat.nsi | 2 ++ webapps/docs/changelog.xml | 4 ++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 4819376..ccdfc01 100644 --- a/build.properties.default +++ b/build.properties.default @@ -156,10 +156,10 @@ tomcat-native.win.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-nativ tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-openssl-1.1.1i-win32-bin.zip # ----- NSIS, version 3.0 or later ----- -nsis.version=3.04 +nsis.version=3.06.1 nsis.checksum.enabled=true nsis.checksum.algorithm=MD5|SHA-1 -nsis.checksum.value=434e89380742d415ca9b91676cb92540|ed241f7384f4e59d84b9a62c71d1f6955b6a719a +nsis.checksum.value=15a0bb6e74be90ef4f11fa7befd0399a|f188416fe435cad991adbdc2e3eedc482a68fa75 nsis.home=${base.path}/nsis-${nsis.version} nsis.exe=${nsis.home}/makensis.exe nsis.arch.dir=x86-unicode/ diff --git a/res/tomcat.nsi b/res/tomcat.nsi index 0bdeec2..3f92c83 100644 --- a/res/tomcat.nsi +++ b/res/tomcat.nsi @@ -15,6 +15,8 @@ ; Tomcat script for Nullsoft Installer +Unicode true + !ifdef UNINSTALLONLY OutFile "tempinstaller.exe" !else diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index eb17437..e4f6181 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -259,6 +259,10 @@ Improvements to Russian translations. Provided by Polina and Azat. (markt) </add> + <update> + Update the NSIS Installer used to build the Windows installer to version + 3.06.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