You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2006/12/06 11:28:11 UTC

svn commit: r483014 - in /tomcat/tc6.0.x/trunk: build.properties.default webapps/docs/changelog.xml

Author: remm
Date: Wed Dec  6 02:28:10 2006
New Revision: 483014

URL: http://svn.apache.org/viewvc?view=rev&rev=483014
Log:
- NSIS 2.22.
- Changelog update.

Modified:
    tomcat/tc6.0.x/trunk/build.properties.default
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

Modified: tomcat/tc6.0.x/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/build.properties.default?view=diff&rev=483014&r1=483013&r2=483014
==============================================================================
--- tomcat/tc6.0.x/trunk/build.properties.default (original)
+++ tomcat/tc6.0.x/trunk/build.properties.default Wed Dec  6 02:28:10 2006
@@ -62,12 +62,12 @@
 commons-collections-src.loc=${base-jakarta.loc}/commons/collections/source/commons-collections-3.1-src.tar.gz
 
 # ----- NSIS, version 2.0 or later -----
-nsis.home=${base.path}/nsis-2.18
+nsis.home=${base.path}/nsis-2.22
 nsis.exe=${nsis.home}/makensis.exe
 nsis.installoptions.dll=${nsis.home}/Plugins/InstallOptions.dll
 nsis.nsexec.dll=${nsis.home}/Plugins/nsExec.dll
 nsis.nsisdl.dll=${nsis.home}/Plugins/NSISdl.dll
-nsis.loc=${base-sf.loc}/nsis/nsis-2.18-setup.exe
+nsis.loc=${base-sf.loc}/nsis/nsis-2.22-setup.exe
 
 # ----- Commons Daemon, version 1.0-Alpha or later -----
 commons-daemon.home=${base.path}/commons-daemon-1.0.1

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=483014&r1=483013&r2=483014
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Wed Dec  6 02:28:10 2006
@@ -14,6 +14,18 @@
   </properties>
 
 <body>
+<section name="Tomcat 6.0.4 (remm)">
+  <subsection name="General">
+    <changelog>
+      <update>
+        Update to NSIS 2.22 (remm)
+      </update>
+      <fix>
+        Fix regression in 6.0.3 with Windows wrapper (mturk)
+      </fix>
+    </changelog>
+  </subsection>
+</section>
 <section name="Tomcat 6.0.3 (remm)">
   <subsection name="General">
     <changelog>



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