]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add a note about a proposed backport.
authorGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 17:37:51 +0000 (17:37 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2004 17:37:51 +0000 (17:37 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

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

STATUS

diff --git a/STATUS b/STATUS
index 683e4c9e8ade86748544c7c159b9b7ee6753e29e..eeb2208adeb3b4213749c7bd0b7c60f85d87d2af 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/09/30 17:12:41 $]
+  Last modified at [$Date: 2004/10/13 17:37:51 $]
 
 Release:
 
@@ -50,9 +50,15 @@ RELEASE SHOWSTOPPERS:
 
 PROPOSED PATCHES FOR THIS RELEASE:
 
+    *) mod_rewrite: Fix 0 bytes write into random memory position. PR 31036.
+         http://www.apache.org/~nd/dbmmap_1.3.patch
+       minfrin: +1's in the v2.0 branch from nd, trawick, jerenkrantz, jim.
+                Waiting for them to agree here.
+       +1: minfrin
+
    *) mod_rewrite:Fix query string handling for proxied URLs. PR 14518.
         modules/mappers/mod_rewrite.c: r1.259 (2.x patch - need 1.3 version)
-      +1: nd
+      +1: nd, minfrin
 
    *) mod_log_config: Cleanup log_header_out function to allow multiple headers
       like Set-Cookie to be logged properly. PR 27787