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 2013/10/08 16:17:00 UTC

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

Author: jim
Date: Tue Oct  8 14:17:00 2013
New Revision: 1530278

URL: http://svn.apache.org/r1530278
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=1530278&r1=1530277&r2=1530278&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Oct  8 14:17:00 2013
@@ -97,6 +97,24 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_session_crypto: Add support for exec: calls to obtain key similar to
+    mod_ssl and mod_authnz_ldap. Essentially copypasta from mod_authnz_ldap...
+    trunk patch: http://people.apache.org/~druggeri/patches/SessionCryptoPassphrase-exec.trunk.patch
+    2.4.x patch: http://people.apache.org/~druggeri/patches/SessionCryptoPassphrase-exec.2.4.x.patch
+    +1: druggeri, rjung, jim
+
+  * core: Add missing Reason-Phrase in HTTP response headers.
+    PR 54946.
+    trunk patches: https://svn.apache.org/r1529014
+    2.4.x: trunk works modulo CHANGES
+    +1: rjung, covener, jim
+
+  * Error log on Windows: Fix the name of the null device to fix failure
+    to discard stderr.
+    trunk patch: https://svn.apache.org/r1527008
+    2.4.x: trunk patch works
+    +1: trawick, covener, jim
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -165,12 +183,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              (since eventopt skiplist changes aren't proposed, r1529442 would need to
              be tweaked)
 
-  * mod_session_crypto: Add support for exec: calls to obtain key similar to
-    mod_ssl and mod_authnz_ldap. Essentially copypasta from mod_authnz_ldap...
-    trunk patch: http://people.apache.org/~druggeri/patches/SessionCryptoPassphrase-exec.trunk.patch
-    2.4.x patch: http://people.apache.org/~druggeri/patches/SessionCryptoPassphrase-exec.2.4.x.patch
-    +1: druggeri, rjung, jim
-
   * ab: Check if malloc succeeded
     PR54344
     trunk: http://svn.apache.org/viewvc?view=revision&revision=1488492
@@ -198,18 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x: trunk works, CHANGES needs to be written when merging
     +1: breser
 
-  * core: Add missing Reason-Phrase in HTTP response headers.
-    PR 54946.
-    trunk patches: https://svn.apache.org/r1529014
-    2.4.x: trunk works modulo CHANGES
-    +1: rjung, covener, jim
-
-  * Error log on Windows: Fix the name of the null device to fix failure
-    to discard stderr.
-    trunk patch: https://svn.apache.org/r1527008
-    2.4.x: trunk patch works
-    +1: trawick, 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
 If you want to propose one of those, please still add them here.