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 2012/12/12 15:15:06 UTC

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

Author: jim
Date: Wed Dec 12 14:15:05 2012
New Revision: 1420689

URL: http://svn.apache.org/viewvc?rev=1420689&view=rev
Log:
ipromote

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=1420689&r1=1420688&r2=1420689&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Dec 12 14:15:05 2012
@@ -91,6 +91,31 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+     * (3/x) various. Backport some easy patches to keep 2.4.x as much as
+     possible in line with trunk.
+        1407459: remove warnings
+        1407460: remove warnings
+        1419781: Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->nelts'
+        1418524: Use ap_rputs instead of ap_rvputs where applicable.
+        1401448 & 1405407: just add a comment
+        1405973: kill two warnings about incorrect printf parameters.
+        1419726: cppCheck: same expression on both side of '|'.
+                 Fix it the same way other messages are managed in the function.
+        1418769: Fix a few 'too many arguments for format' warnings
+        1417197: cppCheck: kill a unread variable warning
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1407459
+                  http://svn.apache.org/viewvc?view=revision&revision=1407460
+                  http://svn.apache.org/viewvc?view=revision&revision=1419781
+                  http://svn.apache.org/viewvc?view=revision&revision=1418524
+                  http://svn.apache.org/viewvc?view=revision&revision=1401448
+                  http://svn.apache.org/viewvc?view=revision&revision=1405407
+                  http://svn.apache.org/viewvc?view=revision&revision=1405973
+                  http://svn.apache.org/viewvc?view=revision&revision=1419726
+                  http://svn.apache.org/viewvc?view=revision&revision=1418769
+                  http://svn.apache.org/viewvc?view=revision&revision=1417197
+     2.4.x patch: http://people.apache.org/~jailletc36/backport3.patch
+     +1: jailletc36, covener, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -139,32 +164,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   http://people.apache.org/~jorton/proxyftpepsv-24.patch
      +1: jorton, jim
 
-     * (3/x) various. Backport some easy patches to keep 2.4.x as much as
-     possible in line with trunk.
-        1407459: remove warnings
-        1407460: remove warnings
-        1419781: Use 'apr_is_empty_table()' instead of testing against 'apr_table_elts(...)->nelts'
-        1418524: Use ap_rputs instead of ap_rvputs where applicable.
-        1401448 & 1405407: just add a comment
-        1405973: kill two warnings about incorrect printf parameters.
-        1419726: cppCheck: same expression on both side of '|'.
-                 Fix it the same way other messages are managed in the function.
-        1418769: Fix a few 'too many arguments for format' warnings
-        1417197: cppCheck: kill a unread variable warning
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1407459
-                  http://svn.apache.org/viewvc?view=revision&revision=1407460
-                  http://svn.apache.org/viewvc?view=revision&revision=1419781
-                  http://svn.apache.org/viewvc?view=revision&revision=1418524
-                  http://svn.apache.org/viewvc?view=revision&revision=1401448
-                  http://svn.apache.org/viewvc?view=revision&revision=1405407
-                  http://svn.apache.org/viewvc?view=revision&revision=1405973
-                  http://svn.apache.org/viewvc?view=revision&revision=1419726
-                  http://svn.apache.org/viewvc?view=revision&revision=1418769
-                  http://svn.apache.org/viewvc?view=revision&revision=1417197
-     2.4.x patch: http://people.apache.org/~jailletc36/backport3.patch
-     +1: jailletc36, covener, jim
-
-
 
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt