You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2013/01/27 16:19:43 UTC

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

Author: covener
Date: Sun Jan 27 15:19:43 2013
New Revision: 1439097

URL: http://svn.apache.org/viewvc?rev=1439097&view=rev
Log:
promotions

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=1439097&r1=1439096&r2=1439097&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jan 27 15:19:43 2013
@@ -133,6 +133,32 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patches works (modulo an offset for httpd.h and minor MMN dump)
      +1: jailletc36, rjung, humbedooh
 
+  * various small things to keep 2.4.x in line with trunk
+        1384913: Add a few AP_DEBUG_ASSERT()s for the benefit of clang
+        1399687: style tweak
+        1419719: No need to clear memory that is fully initialized just the line after.
+        1419755: Avoid unnecessary %s substitution
+        1416278: Avoid processing some files twice if APR_INCLUDEDIR and 
+                 APU_INCLUDEDIR containin the same path but differing in
+                 doubled slashes.
+        1330189: Fixed position of the NEED_ENHANCED_ESCAPES define.
+    trunk patches:
+        http://svn.apache.org/viewvc?view=revision&revision=1384913
+        http://svn.apache.org/viewvc?view=revision&revision=1399687
+        http://svn.apache.org/viewvc?view=revision&revision=1419719
+        http://svn.apache.org/viewvc?view=revision&revision=1419755
+        http://svn.apache.org/viewvc?view=revision&revision=1416278
+        http://svn.apache.org/viewvc?view=revision&revision=1330189  
+    2.4.x patch: http://people.apache.org/~jailletc36/backport4.patch
+    +1: jailletc36, rjung, covener
+
+
+  * Speed-up 'ap_fputs'. This change is just the inline version of what is remaining
+    in apr_brigade_puts() after http://svn.apache.org/viewvc?view=revision&revision=1402870
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409437
+    2.4.x patch: trunk patches works
+    +1: jailletc36, rjung, covener
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -209,31 +235,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: druggeri
     covener: minor MMM bump?  (Thanks for reminder. This is done. -druggeri)
 
-  * various small things to keep 2.4.x in line with trunk
-        1384913: Add a few AP_DEBUG_ASSERT()s for the benefit of clang
-        1399687: style tweak
-        1419719: No need to clear memory that is fully initialized just the line after.
-        1419755: Avoid unnecessary %s substitution
-        1416278: Avoid processing some files twice if APR_INCLUDEDIR and 
-                 APU_INCLUDEDIR containin the same path but differing in
-                 doubled slashes.
-        1330189: Fixed position of the NEED_ENHANCED_ESCAPES define.
-    trunk patches:
-        http://svn.apache.org/viewvc?view=revision&revision=1384913
-        http://svn.apache.org/viewvc?view=revision&revision=1399687
-        http://svn.apache.org/viewvc?view=revision&revision=1419719
-        http://svn.apache.org/viewvc?view=revision&revision=1419755
-        http://svn.apache.org/viewvc?view=revision&revision=1416278
-        http://svn.apache.org/viewvc?view=revision&revision=1330189  
-    2.4.x patch: http://people.apache.org/~jailletc36/backport4.patch
-    +1: jailletc36, rjung, covener
-
-
-  * Speed-up 'ap_fputs'. This change is just the inline version of what is remaining
-    in apr_brigade_puts() after http://svn.apache.org/viewvc?view=revision&revision=1402870
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409437
-    2.4.x patch: trunk patches works
-    +1: jailletc36, rjung, covener
 
   * mod_cache: Cache does no longer send Content-Type header for fresh content.
     Followup to r1361153+r1373447 (PR 53539, wrong Content-Type for stale content).
@@ -241,7 +242,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patches works
     +1: rjung, covener
 
-
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please still add them here.