]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Point to a patch file which applies cleanly
authorColm MacCarthaigh <colm@apache.org>
Wed, 25 Jan 2006 18:42:07 +0000 (18:42 +0000)
committerColm MacCarthaigh <colm@apache.org>
Wed, 25 Jan 2006 18:42:07 +0000 (18:42 +0000)
 * Add a vote on that same patch

 * Promote the proposal to ACCEPTED

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

STATUS

diff --git a/STATUS b/STATUS
index bfb13cbedb0e555bc04e8c066558814730eb7c3b..bcb10fe8a313457387535f5b6f6c7ccb9ffa6b59 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -124,21 +124,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs?view=rev&rev=154319
        +1: stoddard, striker, wrowe (as corrected in subsequent patches)
 
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ please place SVN revisions from trunk here, so it is easy to
-    identify exactly what the proposed changes are!  Add all new
-    proposals to the end of this list. ]
-
     *) mod_log_config: Cleanup log_header_out function to allow multiple headers
        like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3)
-         modules/loggers/mod_log_config.c: r103331
+         http://people.apache.org/~colm/httpd-2.0-mod_log_config.patch
        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*  Regardless, patch looks okay...
-       +1: nd, jerenkrantz
+       +1: nd, jerenkrantz, colm
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ please place SVN revisions from trunk here, so it is easy to
+    identify exactly what the proposed changes are!  Add all new
+    proposals to the end of this list. ]
 
     *) Reverse Proxy fixes: <Location> bug and Cookie support
         Patch is at