]> granicus.if.org Git - apache/commitdiff
Fix proposal, restart vote.
authorRainer Jung <rjung@apache.org>
Fri, 29 Jan 2016 15:48:04 +0000 (15:48 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 29 Jan 2016 15:48:04 +0000 (15:48 +0000)
Thanks Stefan.

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

STATUS

diff --git a/STATUS b/STATUS
index 585c215f30125849577099735773044ba0fa1955..28219be7022e179571a7cad56d9e778d79c7bac9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -177,11 +177,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch:  http://svn.apache.org/r1725392 (modules)
                    http://svn.apache.org/r1725394 (server/mpm)
                    http://svn.apache.org/r1725395 (server others)
+                   http://svn.apache.org/r1725468 (remove APLOGNO from mod_log_debug custom messages)
      2.4.x patch:  http://people.apache.org/~rjung/patches/aplogno-backport-r1725392.patch
                    http://people.apache.org/~rjung/patches/aplogno-backport-r1725394.patch
                    http://people.apache.org/~rjung/patches/aplogno-backport-r1725395.patch
-     +1: rjung, jim
+                   http://people.apache.org/~rjung/patches/aplogno-backport-r1725468.patch
+     +1: rjung
      icing: needs http://svn.apache.org/r1725468
+     rjung: You are right, I added r1725468 and restart the vote.
+            @Jim: Only r1725468 is new: removing the added APLOGNO from
+                  mod_log_debug where we actually log the configured custom
+                  log messages. Admins can provide their own LOGNO as part
+                  of the ocnfigured log message. It doesn't make sense to
+                  use a fixed AH one.
 
   *) ap_expr: Add kept_body() function for expressions against r->kept_body()
      trunk patch:  http://svn.apache.org/r1725755