You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2014/05/27 14:55:12 UTC

svn commit: r1597770 - /httpd/httpd/branches/2.2.x/STATUS

Author: ylavic
Date: Tue May 27 12:55:11 2014
New Revision: 1597770

URL: http://svn.apache.org/r1597770
Log:
Votes, promotion.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1597770&r1=1597769&r2=1597770&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue May 27 12:55:11 2014
@@ -104,6 +104,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2.x patch: trunk works
      +1: ylavic, trawick, covener
 
+   * mod_cache: Don't remove stale cache entries that cannot be conditionally
+     revalidated. This prevents the thundring herd protection from serving
+     stale during a revalidation. Reverts most of r572626 which is also gone
+     from later branches.   PR 50317.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1023398
+     2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-thunder.diff 
+         (+ CHANGES)
+     +1: covener, jkaluza, ylavic
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -119,21 +128,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: +1 if you add the MMN bump
      ylavic: MMN bump in patch #3
 
-   * mod_cache: Don't remove stale cache entries that cannot be conditionally
-     revalidated. This prevents the thundring herd protection from serving
-     stale during a revalidation. Reverts most of r572626 which is also gone
-     from later branches.   PR 50317.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1023398
-     2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-thunder.diff 
-         (+ CHANGES)
-     +1: covener, jkaluza
-
    * mod_rewrite: Support session cookies with the CO= flag when later parameters
      are used.  The doc for this implied the feature had been backported for
      quite some time.  PR56014
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=664333
      2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-rewrite-sessioncookie.diff
-     +1 covener
+     +1 covener, ylavic
 
    * mod_cache, mod_disk_cache: Try to use the key of a possible open but
      stale cache entry if there is one. This fixes problem when two different
@@ -144,6 +144,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      entry can be seen as not-cached.
      PR 50317
      2.2.x patch: http://people.apache.org/~jkaluza/patches/httpd-2.2.x-thundering-herd.patch
+     +1: ylavic
 
 PATCHES/ISSUES THAT ARE STALLED