]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
dust the cobwebs, fix a backport proposal and cast some votes;
authorColm MacCarthaigh <colm@apache.org>
Mon, 4 Jan 2010 14:12:49 +0000 (14:12 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 4 Jan 2010 14:12:49 +0000 (14:12 +0000)
    * +1 on the Win32 RewriteLog problem

    * Translate nd's 2.x mod_log_config patch to 1.3, propose it,
      and clear all of the old votes.

    * +1 to the mod_whatkilledus patch

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

STATUS

diff --git a/STATUS b/STATUS
index f6eac05db2b96baa2376c0cb7a6ac72277d1b346..7d8f86f84c4b79c5231aba98d2f04ab3ef48cb8a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -67,19 +67,18 @@ PROPOSED PATCHES FOR THIS RELEASE:
         Message-ID: <1404e5910504010716389dd7da@mail.gmail.com>
         From: Eric Covener <covener@gmail.com>
         Subject: [1.3 PATCH] Win32 RewriteLog deadlock
-      +1: trawick, wrowe
+      +1: trawick, wrowe, colm (tested on XP and Vista, but not 9x).
 
    *) 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)
+        http://people.apache.org/~colm/mod_log_config.diff
       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, wrowe (in principal)
-      -1: jim (until we see the 1.3 version)
+      +1: colm
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
@@ -93,7 +92,7 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
      analysis; this updates Apache 1.3 to the level of code 
      I've been giving out for some time
        http://www.apache.org/~trawick/whatkilledus.txt
-        +1: trawick
+        +1: trawick. colm
 
    * PR: 27023 Cookie could not delivered if the cookie made before
          proxy module.