You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/01/12 15:36:29 UTC

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

Author: minfrin
Date: Sat Jan 12 14:36:29 2013
New Revision: 1432436

URL: http://svn.apache.org/viewvc?rev=1432436&view=rev
Log:
...and 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=1432436&r1=1432435&r2=1432436&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jan 12 14:36:29 2013
@@ -91,6 +91,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_proxy: non-existance of byrequests is not an immediate error
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1428916
+    2.4.x patch: trunk patch works
+    +1: jim, humbedooh, minfrin
+
+  * mod_slotmem_shm: Fix mistaken reset of num_free for restored shm
+    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1430869
+    2.4.x patch: trunk patch works
+    +1: jim, humbedooh, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -193,22 +203,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/proxy-persist.diff
     +1: jim
 
-  * mod_proxy: non-existance of byrequests is not an immediate error
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1428916
-    2.4.x patch: trunk patch works
-    +1: jim, humbedooh, minfrin
-
   * mod_status: Add useful mod_status info... try to determine last time
     a specific vhost was accessed/used.
     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1417529
     2.4.x patch: trunk patch works
     +1: jim
 
-  * mod_slotmem_shm: Fix mistaken reset of num_free for restored shm
-    trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1430869
-    2.4.x patch: trunk patch works
-    +1: jim, humbedooh, minfrin
-
   * mod_ssl: mod_ssl: Allow the SSLUserName to be used to control the
     username passed by the FakeBasicAuth option. PR52616.
     trunk patch: http://svn.apache.org/viewvc?rev=1432322&view=rev