You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/06/03 13:44:59 UTC

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

Author: ylavic
Date: Tue Jun  3 11:44:59 2014
New Revision: 1599485

URL: http://svn.apache.org/r1599485
Log:
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=1599485&r1=1599484&r2=1599485&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jun  3 11:44:59 2014
@@ -100,6 +100,32 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * Easy patches - synch with trunk
+        mpm/event: fix whitespace in a debug message
+        mod_ext_filter: self document some apr_sleep usages
+        mod_rewrite: normalize an ugly construct which somehow manages to return the correct value
+        mod_header: This is annoying to see in a casual "LogLevel debug foo:traceX ..."
+        mod_proxy_http: Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to save memory.
+        mod_proxy_scgi: Define default port for "scgi" schemes (as chosen by mod_proxy_scgi) in a common location.
+        mod_proxy_scgi: fix Doxygen markup error
+        util_expr_eval: Tweak a AP_DEBUG_ASSERT condition.
+        mod_auth_form: Add a debug message when the fields on a form are not recognised.
+        mod_auth_form: Make the trace logging consistent through the notes, session and form authentication steps.
+        mod_auth_form: update empty log tags.
+     trunk patch:
+                  http://svn.apache.org/r1546730
+                  http://svn.apache.org/r1583008
+                  http://svn.apache.org/r1571369
+                  http://svn.apache.org/r1552130
+                  http://svn.apache.org/r1578760
+                  http://svn.apache.org/r1592615
+                  http://svn.apache.org/r1592632
+                  http://svn.apache.org/r1595321
+                  http://svn.apache.org/r1550302
+                  http://svn.apache.org/r1550307
+                  http://svn.apache.org/r1585435
+     2.4.x patch:  http://people.apache.org/~jailletc36/backport7.patch
+     +1: jailletc36, jim, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -199,33 +225,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: ylavic, jim
 
-   * Easy patches - synch with trunk
-        mpm/event: fix whitespace in a debug message
-        mod_ext_filter: self document some apr_sleep usages
-        mod_rewrite: normalize an ugly construct which somehow manages to return the correct value
-        mod_header: This is annoying to see in a casual "LogLevel debug foo:traceX ..."
-        mod_proxy_http: Use 'apr_table_setn' instead of 'apr_table_set' when possible in order to save memory.
-        mod_proxy_scgi: Define default port for "scgi" schemes (as chosen by mod_proxy_scgi) in a common location.
-        mod_proxy_scgi: fix Doxygen markup error
-        util_expr_eval: Tweak a AP_DEBUG_ASSERT condition.
-        mod_auth_form: Add a debug message when the fields on a form are not recognised.
-        mod_auth_form: Make the trace logging consistent through the notes, session and form authentication steps.
-        mod_auth_form: update empty log tags.
-     trunk patch:
-                  http://svn.apache.org/r1546730
-                  http://svn.apache.org/r1583008
-                  http://svn.apache.org/r1571369
-                  http://svn.apache.org/r1552130
-                  http://svn.apache.org/r1578760
-                  http://svn.apache.org/r1592615
-                  http://svn.apache.org/r1592632
-                  http://svn.apache.org/r1595321
-                  http://svn.apache.org/r1550302
-                  http://svn.apache.org/r1550307
-                  http://svn.apache.org/r1585435
-     2.4.x patch:  http://people.apache.org/~jailletc36/backport7.patch
-     +1: jailletc36, jim
-
 
 OTHER PROPOSALS