You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2015/01/12 14:58:25 UTC

svn commit: r1651093 - /httpd/httpd/branches/2.4.x/STATUS

Author: jim
Date: Mon Jan 12 13:58:25 2015
New Revision: 1651093

URL: http://svn.apache.org/r1651093
Log:
promotes

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1651093&r1=1651092&r2=1651093&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 12 13:58:25 2015
@@ -110,6 +110,32 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=32209
      +1: druggeri, gsmith, rjung
 
+   * mod_proxy: Inappropiate ProxyPassReverse match when interpolated URL is 
+     empty string. PR56603
+     trunk patch: http://svn.apache.org/r1648433
+     2.4.x patch: trunk works
+     +1 covener, rjung, jim
+
+   * split-logfile: Fix perl strict refs error PR56329.
+     trunk patch: 1648719
+     2.4.x patch: trunks works
+     +1 covener, rjung, jim
+
+   * mod_proxy_ajp: Fix get_content_length().
+     clength in request_rec is for response sizes, not request body size.
+     It is initialized to 0, so the "if" branch was never taken.
+     trunk patch: http://svn.apache.org/r1649043
+     2.4.x patch: trunks works (plus CHANGES)
+     +1 rjung, covener, jim
+
+   * mod_include: the 'env' function was incorrectly handled as 'getenv' if the
+     leading 'e' was written in upper case in <!--#if expr="..." -->
+     statements. [Christophe Jaillet]
+     trunk patch: http://svn.apache.org/r1649632
+                  http://svn.apache.org/r1649966
+     2.4.x patch: 1st trunk patch works, 2nd is for CHANGES
+     +1 jailletc36, covener, jim
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -209,24 +235,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: covener, jim
 
-   * mod_proxy: Inappropiate ProxyPassReverse match when interpolated URL is 
-     empty string. PR56603
-     trunk patch: http://svn.apache.org/r1648433
-     2.4.x patch: trunk works
-     +1 covener, rjung, jim
-
-   * split-logfile: Fix perl strict refs error PR56329.
-     trunk patch: 1648719
-     2.4.x patch: trunks works
-     +1 covener, rjung, jim
-
-   * mod_proxy_ajp: Fix get_content_length().
-     clength in request_rec is for response sizes, not request body size.
-     It is initialized to 0, so the "if" branch was never taken.
-     trunk patch: http://svn.apache.org/r1649043
-     2.4.x patch: trunks works (plus CHANGES)
-     +1 rjung, covener, jim
-
    * mod_ssl: Add SSLSessionTickets (on|off).
      It controls the use of TLS session tickets (RFC 5077).
      Default is unchanged (on).
@@ -239,14 +247,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunks works (plus CHANGES)
      +1 rjung, covener
 
-   * mod_include: the 'env' function was incorrectly handled as 'getenv' if the
-     leading 'e' was written in upper case in <!--#if expr="..." -->
-     statements. [Christophe Jaillet]
-     trunk patch: http://svn.apache.org/r1649632
-                  http://svn.apache.org/r1649966
-     2.4.x patch: 1st trunk patch works, 2nd is for CHANGES
-     +1 jailletc36, covener, jim
-
    * event: Update conn_rec.id when a new thread begins working on a connection, because
      the old thread may work on a new connection and assign the same ID in parallel. PR57435
      trunk patch: http://svn.apache.org/r1651088