- NSIS 2.22.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 10:28:10 +0000 (10:28 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 10:28:10 +0000 (10:28 +0000)
- Changelog update.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@483014 13f79535-47bb-0310-9956-ffa450edef68

build.properties.default
webapps/docs/changelog.xml

index 687f664..5e4f76f 100644 (file)
@@ -62,12 +62,12 @@ commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons
 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
index be7baa0..601f31c 100644 (file)
   </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>