You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/12/02 13:12:16 UTC

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

Author: trawick
Date: Mon Dec  2 12:12:16 2013
New Revision: 1546972

URL: http://svn.apache.org/r1546972
Log:
vote/promote

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=1546972&r1=1546971&r2=1546972&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec  2 12:12:16 2013
@@ -98,7 +98,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
+  * mod_lua: Fix compiler warning by using correct APR_SIZE_T_FMT and APR_OFF_T_FMT
+    format macro in debug logging.
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1544820
+    2.4.x patch: trunk patch works, add CHANGES
+    +1: rjung, jailletc36, trawick
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -138,6 +142,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     sf: I also think that aborting on oom with a clean error message would
         be better.
         I would add http://svn.apache.org/viewvc?view=revision&revision=1542533
+    trawick: +1 to 1542533
 
   * mod_auth_form: Make sure the optional functions are loaded even when
     the AuthFormProvider isn't specified.
@@ -175,12 +180,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
     +1: jim
 
-  * mod_lua: Fix compiler warning by using correct APR_SIZE_T_FMT and APR_OFF_T_FMT
-    format macro in debug logging.
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1544820
-    2.4.x patch: trunk patch works, add CHANGES
-    +1: rjung, jailletc36
-
   * mod_socache_shmcb: Fix compiler warning by using correct apr_size_t for the constant
     later printed with the APR_SIZE_T_FMT format macro.
     Not needed in trunk.