From: fhanik Date: Mon, 22 Oct 2007 14:46:04 +0000 (+0000) Subject: Add in MD5 fix X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d7f7edec1e014662c0164aa72905db9caa952516;p=tomcat7.0 Add in MD5 fix git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@587115 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7d3341067..43f96eea3 100644 --- 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 :) diff --git a/dist.xml b/dist.xml index dffb14ebc..0132b12d4 100644 --- a/dist.xml +++ b/dist.xml @@ -51,6 +51,9 @@ + + + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 035b89c38..dea2787fd 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -35,6 +35,7 @@
+ Fix the MD5 file contents in distribution Add ANT script to be able to publish signed Tomcat JAR's to ASF Maven repo (fhanik)