]> granicus.if.org Git - apache/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Mon, 27 Oct 2014 12:35:54 +0000 (12:35 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 27 Oct 2014 12:35:54 +0000 (12:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1634518 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9344f13d7e41f06894555394cbff97afe01f2647..4efb37bcd440f0d7fae6cc39057452e7ba9a5864 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -120,6 +120,59 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~trawick/2.4.x-sample-ocsp-stapling.txt
      +1: trawick, covener, gsmith
 
+   * mod_substitute: Fix memory limitation in case of regexp plus flatten.
+     trunk patch: http://svn.apache.org/r1628104
+                  http://svn.apache.org/r1628918 (CHANGES)
+     2.4.x patch: trunk works
+     +1: rjung, covener, jim
+
+   * mod_substitute: Make maximum line length configurable.
+     trunk patch: http://svn.apache.org/r1628919
+                  http://svn.apache.org/r1628950 (docs, adjust "compatibility")
+     2.4.x patch: trunk works modulo CHANGES and compatibility
+     +1: rjung, covener, jim
+
+   * mod_substitute: Restrict configuration in .htaccess to
+     FileInfo as documented.
+     trunk patch: http://svn.apache.org/r1628924
+     2.4.x patch: trunk works modulo CHANGES
+     +1: rjung, covener, jim
+
+   * various: Concat string at compile time when possible.
+     trunk patch: http://svn.apache.org/r1626050
+     2.4.x patch: trunk works
+     +1: jailletc36, rjung, jim
+
+   * event: Fix worker-listener deadlock in graceful restart caused by
+     get_worker() allocating new worker after ap_queue_info_term(),
+     but not setting the have_idle_worker variable. PR 56960.
+     trunk patch: http://svn.apache.org/r1629577
+     2.4.x patch: trunk works
+     +1: jkaluza, ylavic, jim
+
+   * mod_cache_socache: Add cache status to server-status.
+     The status_hook simply calls the status function of
+     socache, very much like mod_ssl does for the ssl
+     session cache. 
+     trunk patch: http://svn.apache.org/r1629507
+     trunk patch: http://svn.apache.org/r1629652
+     2.4.x patch: trunk works modulo CHANGES
+     +1: rjung, covener, jim
+
+   * mod_cache_socache: Change average object size
+     hint from 32 bytes to 2048 bytes. 
+     trunk patch: http://svn.apache.org/r1629508
+     2.4.x patch: trunk works modulo CHANGES
+     +1: rjung, covener, jim
+
+   * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
+     trunk patches: https://svn.apache.org/r1629372
+                    https://svn.apache.org/r1629485
+                    https://svn.apache.org/r1629519
+     2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff
+     +1: kbrand, ylavic, jim
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -192,58 +245,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~jkaluza/patches/mod_systemd/httpd-2.4.x-socket-activation.patch
      +1: jkaluza
 
-   * mod_substitute: Fix memory limitation in case of regexp plus flatten.
-     trunk patch: http://svn.apache.org/r1628104
-                  http://svn.apache.org/r1628918 (CHANGES)
-     2.4.x patch: trunk works
-     +1: rjung, covener, jim
-
-   * mod_substitute: Make maximum line length configurable.
-     trunk patch: http://svn.apache.org/r1628919
-                  http://svn.apache.org/r1628950 (docs, adjust "compatibility")
-     2.4.x patch: trunk works modulo CHANGES and compatibility
-     +1: rjung, covener, jim
-
-   * mod_substitute: Restrict configuration in .htaccess to
-     FileInfo as documented.
-     trunk patch: http://svn.apache.org/r1628924
-     2.4.x patch: trunk works modulo CHANGES
-     +1: rjung, covener, jim
-
-   * various: Concat string at compile time when possible.
-     trunk patch: http://svn.apache.org/r1626050
-     2.4.x patch: trunk works
-     +1: jailletc36, rjung, jim
-
-   * event: Fix worker-listener deadlock in graceful restart caused by
-     get_worker() allocating new worker after ap_queue_info_term(),
-     but not setting the have_idle_worker variable. PR 56960.
-     trunk patch: http://svn.apache.org/r1629577
-     2.4.x patch: trunk works
-     +1: jkaluza, ylavic, jim
-
-   * mod_cache_socache: Add cache status to server-status.
-     The status_hook simply calls the status function of
-     socache, very much like mod_ssl does for the ssl
-     session cache. 
-     trunk patch: http://svn.apache.org/r1629507
-     trunk patch: http://svn.apache.org/r1629652
-     2.4.x patch: trunk works modulo CHANGES
-     +1: rjung, covener, jim
-
-   * mod_cache_socache: Change average object size
-     hint from 32 bytes to 2048 bytes. 
-     trunk patch: http://svn.apache.org/r1629508
-     2.4.x patch: trunk works modulo CHANGES
-     +1: rjung, covener, jim
-
-   * mod_ssl: Move OCSP stapling information to a per-server hash. PR 54357.
-     trunk patches: https://svn.apache.org/r1629372
-                    https://svn.apache.org/r1629485
-                    https://svn.apache.org/r1629519
-     2.4.x patch: https://people.apache.org/~kbrand/mod_ssl-2.4.x-PR54357.diff
-     +1: kbrand, ylavic, jim
-
    * mod_substitute: no real functional change, but:
      - define default for maximum line length
        indepenent of MAX_STRING_LEN