]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote up one patch, presume lazy concensus on second patch (platform specific
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 May 2015 06:56:04 +0000 (06:56 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 May 2015 06:56:04 +0000 (06:56 +0000)
  with two affirmative reviewers)

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

STATUS

diff --git a/STATUS b/STATUS
index 1c112300e4e34ec6d4723ed86a6af8d36c67ac1d..01f8cdd4062f4dfb058ddd8024bcbcd3ccd57d00 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -101,6 +101,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_proxy: use the original (non absolute) form of the request-line's URI
+     for requests embedded in CONNECT payloads used to connect SSL backends via
+     a ProxyRemote forward-proxy. PR 55892.
+     trunk patch: http://svn.apache.org/r1665215
+                  http://svn.apache.org/r1665218 (CHANGES entry)
+     2.2.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, wrowe
+
+   * mod_authn_dbd: Fix lifetime of DB lookup entries independently of the
+     selected DB engine.  PR 46421.
+     trunk patch: http://svn.apache.org/r1663647
+                  http://svn.apache.org/r1679182
+     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-apr_dbd_get_entry_lifetime.patch
+                  (trunk works but the patch includes a CHANGES entry relative to 2.2.x only)
+     +1: ylavic, rjung, wrowe
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -132,22 +148,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch
      +1: wrowe, gsmith
 
-   * mod_proxy: use the original (non absolute) form of the request-line's URI
-     for requests embedded in CONNECT payloads used to connect SSL backends via
-     a ProxyRemote forward-proxy. PR 55892.
-     trunk patch: http://svn.apache.org/r1665215
-                  http://svn.apache.org/r1665218 (CHANGES entry)
-     2.2.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, wrowe
-
-   * mod_authn_dbd: Fix lifetime of DB lookup entries independently of the
-     selected DB engine.  PR 46421.
-     trunk patch: http://svn.apache.org/r1663647
-                  http://svn.apache.org/r1679182
-     2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-apr_dbd_get_entry_lifetime.patch
-                  (trunk works but the patch includes a CHANGES entry relative to 2.2.x only)
-     +1: ylavic, rjung
-
   *) mod_log_config: instead of using the dedicated pattern format "%M" for
      duration milliseconds, overload the existing "%D" to choose the time
      precision ("%{s}D" for seconds, "%{ms}D" for milliseconds and