Add in MD5 fix
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Oct 2007 14:46:04 +0000 (14:46 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 22 Oct 2007 14:46:04 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@587115 13f79535-47bb-0310-9956-ffa450edef68

STATUS
dist.xml
webapps/docs/changelog.xml

diff --git a/STATUS b/STATUS
index 7d33410..43f96ee 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -25,11 +25,6 @@ $Revision$ $Date$
 PATCHES PROPOSED TO BACKPORT:
   [ New proposals should be added at the end of the list ]
 
-* Fix MD5 files for distribution
-  http://issues.apache.org/bugzilla/attachment.cgi?id=21009&action=view
-  +1: fhanik,funkman, markt
-  -1: 
-
 * Final fix for http://issues.apache.org/bugzilla/show_bug.cgi?id=43653
   Fixes the 100 Continue response, that got reversed through byte buffer manipulation
   last patch before tag, promise :)
index dffb14e..0132b12 100644 (file)
--- a/dist.xml
+++ b/dist.xml
@@ -51,6 +51,9 @@
   <property name="test.failonerror"  value="true"/>
   <property name="test.runner"       value="junit.textui.TestRunner"/>
 
+  <!-- constant to declare a file binary for md5sum -->
+  <property name="md5sum.binary-prefix" value=" *" />
+
   <!-- Can't be lower - jsp uses templates -->
   <property name="compile.source" value="1.5"/>
 
index 035b89c..dea2787 100644 (file)
@@ -35,6 +35,7 @@
 <section name="Tomcat 6.0.15 (remm)">
   <subsection name="General">
     <changelog>
+      <update>Fix the MD5 file contents in distribution</update>
       <update>
         Add ANT script to be able to publish signed Tomcat JAR's to ASF Maven repo (fhanik)
       </update>