]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Fri, 23 Nov 2018 15:33:12 +0000 (15:33 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 23 Nov 2018 15:33:12 +0000 (15:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1847287 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8b511d7f0767ad5a255e82543fd5c8cb14da6063..771aafea4f150bca4bda865464968fa4a7db0b00 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -126,6 +126,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_session_cookie: avoid duplicate Set-Cookie headers in the response.
+     trunk patch: http://svn.apache.org/r1843244
+     2.4.x patch: svn merge -c 1843244 ^/httpd/httpd/trunk .
+     +1: elukey, jim, minfrin
+     elukey: test added in http://svn.apache.org/r1844468
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -166,12 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://home.apache.org/~jim/patches/socache_redisv2.patch
       +1: jim, minfrin
 
-  *) mod_session_cookie: avoid duplicate Set-Cookie headers in the response.
-     trunk patch: http://svn.apache.org/r1843244
-     2.4.x patch: svn merge -c 1843244 ^/httpd/httpd/trunk .
-     +1: elukey, jim
-     elukey: test added in http://svn.apache.org/r1844468
-
   *) mod_dav: Fix invalid Location header when a resource is created by passing an
               absolute URI on the request line
      trunk patch: http://svn.apache.org/r1592655