Author: kkolinko
Date: Sun Dec 27 14:51:46 2015
New Revision: 1721812
URL: http://svn.apache.org/viewvc?rev=1721812&view=rev
Log:
Update to NSIS 2.50
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=1721812&r1=1721811&r2=1721812&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Sun Dec 27 14:51:46 2015
@@ -165,7 +165,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 2.0 or later -----
-nsis.version=2.49
+nsis.version=2.50
nsis.home=${base.path}/nsis-${nsis.version}
nsis.exe=${nsis.home}/makensis.exe
nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1721812&r1=1721811&r2=1721812&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Sun Dec 27 14:51:46 2015
@@ -295,7 +295,8 @@
<subsection name="jdbc-pool">
<changelog>
<fix>
- Correct evaluation of system property
<code>org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader</code>.
+ Correct evaluation of system property
+ <code>org.apache.tomcat.jdbc.pool.onlyAttemptCurrentClassLoader</code>.
It was basically ignored before. Reported by coverity scan.
(fschumacher)
</fix>
<fix>
@@ -316,7 +317,7 @@
</update>
<update>
Update the NSIS Installer used to build the Windows Installers to
- version 2.49. (markt/kkolinko)
+ version 2.50. (markt/kkolinko)
</update>
</changelog>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]