]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
add missing backport and take over votes that were already made
authorAndré Malo <nd@apache.org>
Wed, 8 Sep 2004 19:35:51 +0000 (19:35 +0000)
committerAndré Malo <nd@apache.org>
Wed, 8 Sep 2004 19:35:51 +0000 (19:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@105040 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index acf6a1cd1d33772b4c4c9bf81f548e3565d54d07..e948869c1274b30a78311caa5920d3abde8e77d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/09/08 13:36:33 $]
+  Last modified at [$Date: 2004/09/08 19:35:51 $]
 
 Release:
 
@@ -50,20 +50,25 @@ RELEASE SHOWSTOPPERS:
 
 PROPOSED PATCHES FOR THIS RELEASE:
 
+   *) 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
+      +1: nd
+
    *) 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:
+        modules/mappers/mod_rewrite.c: r1.259 (2.x patch - need 1.3 version)
+      +1: nd
 
    *) mod_log_config: Cleanup log_header_out function to allow multiple headers
       like Set-Cookie to be logged properly. PR 27787 
-       modules/loggers/mod_log_config.c: r1.116 (2.x patch - need 1.3 version)
-        jerenkrantz asks: Isn't this what apr_table_merge is for?
-        nd replies: yep. But cookies won't be merged, because browsers don't
-                   support it.
-        jerenkrantz: Couldn't we copy the table and merge the values somehow?
-                    This just seems like a lot of code to duplicate what we
-                    have already.  *shrug*
-        +1:
+        modules/loggers/mod_log_config.c: r1.116 (2.x patch - need 1.3 version)
+      jerenkrantz asks: Isn't this what apr_table_merge is for?
+      nd replies: yep. But cookies won't be merged, because browsers don't
+                  support it.
+      jerenkrantz: Couldn't we copy the table and merge the values somehow?
+                   This just seems like a lot of code to duplicate what we
+                   have already.  *shrug*
+      +1: nd, jerenkrantz
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: