]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another bugfix. It would be *really* nice, to get it into the
authorAndré Malo <nd@apache.org>
Fri, 3 Sep 2004 20:57:53 +0000 (20:57 +0000)
committerAndré Malo <nd@apache.org>
Fri, 3 Sep 2004 20:57:53 +0000 (20:57 +0000)
2.0.51 release

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@104945 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 17ba6e34289f1da532325f4cb524c47fd3636ce6..71867dfa73e6d5222607415e4113e6bf44293d29 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/09/02 22:06:22 $]
+Last modified at [$Date: 2004/09/03 20:57:53 $]
 
 Release:
 
@@ -73,10 +73,16 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
-     *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
-        (2.0 + 1.3)
-          modules/mappers/mod_rewrite.c: r1.259
-        +1: nd
+    *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
+       (2.0 + 1.3)
+         http://www.apache.org/~nd/dbmmap_1.3.patch
+         http://www.apache.org/~nd/dbmmap_2.0.patch
+       +1: nd
+
+    *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
+       (2.0 + 1.3)
+         modules/mappers/mod_rewrite.c: r1.259
+       +1: nd
        
     *) Don't link suexec against APR/etc libraries.
        http://cvs.apache.org/viewcvs.cgi/httpd-2.0/support/Makefile.in?r1=1.38&r2=1.39