This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new bdb594c Update NSIS installer to 3.08 bdb594c is described below commit bdb594c8defc96d0f3955ed141cbbebcca747764 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Jan 2 16:43:08 2022 +0000 Update NSIS installer to 3.08 --- build.properties.default | 4 ++-- webapps/docs/changelog.xml | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.properties.default b/build.properties.default index 883143b..59ddc4c 100644 --- a/build.properties.default +++ b/build.properties.default @@ -176,10 +176,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.1l-win32-bin.zip # ----- NSIS, version 3.0 or later ----- -nsis.version=3.06.1 +nsis.version=3.08 nsis.checksum.enabled=true nsis.checksum.algorithm=MD5|SHA-1 -nsis.checksum.value=15a0bb6e74be90ef4f11fa7befd0399a|f188416fe435cad991adbdc2e3eedc482a68fa75 +nsis.checksum.value=1cf3cd8e14e31e02c2168770c0eaeacb|057e83c7d82462ec394af76c87d06733605543d4 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 2676b73..2c5b96e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -232,6 +232,9 @@ <add> Improvements to Korean translations. (woonsan) </add> + <update> + Update the NSIS installer to 3.08. (markt) + </update> </changelog> </subsection></section> <section name="Tomcat 8.5.73 (schultz)" rtext="2021-11-17"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org