You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2016/04/05 15:04:36 UTC

svn commit: r1737834 - in /tomcat/trunk: build.properties.default webapps/docs/changelog.xml

Author: kkolinko
Date: Tue Apr  5 13:04:36 2016
New Revision: 1737834

URL: http://svn.apache.org/viewvc?rev=1737834&view=rev
Log:
Update to NSIS 2.51.

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=1737834&r1=1737833&r2=1737834&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Tue Apr  5 13:04:36 2016
@@ -163,7 +163,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.50
+nsis.version=2.51
 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=1737834&r1=1737833&r2=1737834&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Apr  5 13:04:36 2016
@@ -179,6 +179,10 @@
       <update>
         Update optional Checkstyle library to 6.15. (kkolinko)
       </update>
+      <update>
+        Update the NSIS Installer used to build the Windows Installers to
+        version 2.51. (kkolinko)
+      </update>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org