]> granicus.if.org Git - apache/commitdiff
ipromote
authorJim Jagielski <jim@apache.org>
Thu, 23 May 2013 12:48:22 +0000 (12:48 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 23 May 2013 12:48:22 +0000 (12:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1485666 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9ea69ad6bba9dee0ca1312cdafd35438bd73874b..d48c8ac5e2f0eab58b34c8eb9e5f7b6bde84f207 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,11 +90,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-
   * mod_ssl: add support for subjectAltName-based host name checking
     in proxy mode (PR 54030)
     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1425874
@@ -102,6 +97,33 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch works (modulo CHANGES and next-number)
     +1: kbrand, minfrin, jim
 
+  * mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
+    semantics of the proxy-revalidate directive.
+    trunk patch: http://svn.apache.org/r1479216
+    2.4.x patch: trunk patch works (minus CHANGES)
+    +1: minfrin, covener, jim
+
+    * mod_proxy: Reject invalid values for Max-Forwards.
+      trunk patch: http://svn.apache.org/r1481302
+                   http://svn.apache.org/r1481397
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, sf, jim
+
+    * core: PR54948 wildcard name-based virtual hosts printed twice in httpd -S
+      trunk patch: http://svn.apache.org/r1481306.
+      2.4.x patch: trunk works
+      +1 covener, minfrin, jim
+
+    * mod_cache: Fix uninitialized tmppath variable. PR 54949
+      trunk patch: Variable removed from trunk in http://svn.apache.org/r1407381
+      2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-tmppath.patch
+      +1: minfrin, jailletc36, jim
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+
   * mod_lua: Sync 2.4 branch with trunk. This includes (but is not limited to) 
              Server pools, new apr functions for the request_rec table, input/
              output filters, LuaCodeCache, LuaMapHandler and multipart form data
@@ -277,12 +299,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-304sanity.patch2.4.patch
       +1: minfrin, jim
 
-    * mod_cache: RFC2616 14.9.3 The s-maxage directive also implies the
-      semantics of the proxy-revalidate directive.
-      trunk patch: http://svn.apache.org/r1479216
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, covener, jim
-
     * mod_cache: Honour Cache-Control: no-store in a request.
       trunk patch: http://svn.apache.org/r1479222
       2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-nostore2.4.patch
@@ -324,22 +340,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-uncacheable304-2.4.patch
       +1: minfrin
 
-    * mod_proxy: Reject invalid values for Max-Forwards.
-      trunk patch: http://svn.apache.org/r1481302
-                   http://svn.apache.org/r1481397
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, sf, jim
-
-    * core: PR54948 wildcard name-based virtual hosts printed twice in httpd -S
-      trunk patch: http://svn.apache.org/r1481306.
-      2.4.x patch: trunk works
-      +1 covener, minfrin, jim
-
-    * mod_cache: Fix uninitialized tmppath variable. PR 54949
-      trunk patch: Variable removed from trunk in http://svn.apache.org/r1407381
-      2.4.x patch: http://people.apache.org/~minfrin/httpd-mod_cache-tmppath.patch
-      +1: minfrin, jailletc36, jim
-
     * mod_proxy: Fix pool usage by protecting w/ a mutex
       trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1480627
                    http://svn.apache.org/viewvc?view=revision&revision=1482859