You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2014/01/21 17:50:14 UTC

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

Author: humbedooh
Date: Tue Jan 21 16:50:14 2014
New Revision: 1560087

URL: http://svn.apache.org/r1560087
Log:
ipromote2

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=1560087&r1=1560086&r2=1560087&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Jan 21 16:50:14 2014
@@ -98,6 +98,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+
+  * mod_cache: Stop invalidating cached responses when reval returns 304+Expires,
+    trunk patch: http://svn.apache.org/r1518269
+    2.4.x patch: trunk works
+    +1 covener, jim, humbedooh
+
   
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -123,11 +129,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1542562
     2.4.x patch: http://people.apache.org/~jim/patches/proxy-port-scheme.patch
     +1: jim, druggeri
-
-  * mod_cache: Stop invalidating cached responses when reval returns 304+Expires,
-    trunk patch: http://svn.apache.org/r1518269
-    2.4.x patch: trunk works
-    +1 covener, jim
   
   * mod_ssl: drop unnecessary EVP_PKEY_copy_parameters cruft
     trunk patch: https://svn.apache.org/r1546692