]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add another bugfix-backport
authorAndré Malo <nd@apache.org>
Mon, 21 Jul 2003 11:52:02 +0000 (11:52 +0000)
committerAndré Malo <nd@apache.org>
Mon, 21 Jul 2003 11:52:02 +0000 (11:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100719 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 4e129faa81962c6e811b953e3c0b2ee4e7dc5bc7..6f254572d7fa703628603b70801cfd35dbc8fafc 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/07/15 21:41:17 $]
+Last modified at [$Date: 2003/07/21 11:52:02 $]
 
 Release:
 
@@ -71,7 +71,7 @@ PATCHES TO PORT FROM 2.1
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.153&r2=1.154
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.154&r2=1.155
       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c.diff?r1=1.156&r2=1.157
-      +1: rederpj, nd (besides my further comments on dev@)
+      +1: rederpj, nd
 
     * Replace some of the mutex locking in the worker MPM with
       atomic operations for higher concurrency.
@@ -290,6 +290,10 @@ PATCHES TO PORT FROM 2.1
         modules/mappers/mod_rewrite.c: r1.156
       +1: nd
 
+    * ab: reject overlong credentials from command line (2.0 + 1.3)
+        support/ab.c: r1.127
+      +1: nd
+
 CURRENT RELEASE NOTES:
 
     * Backwards compatibility is expected of future Apache 2.0 releases,