You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jk...@apache.org on 2014/05/29 09:59:37 UTC

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

Author: jkaluza
Date: Thu May 29 07:59:36 2014
New Revision: 1598215

URL: http://svn.apache.org/r1598215
Log:
Vote and promote.

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=1598215&r1=1598214&r2=1598215&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu May 29 07:59:36 2014
@@ -120,6 +120,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~covener/patches/httpd-2.2.x-rewrite-sessioncookie.diff
      +1 covener, ylavic, rpluem
 
+   * 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
+     cache locks have been created for single stale cache entry leading to two
+     requests sent to backend.
+     Remove useless apr_file_remove() before renaming the cache entry in
+     mod_disk_cache. This fixes small time-frame during which stale cache
+     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, rpluem, jkaluza
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -135,17 +146,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      rpluem says: +1 if you add the MMN bump
      ylavic: MMN bump in patch #3
 
-   * 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
-     cache locks have been created for single stale cache entry leading to two
-     requests sent to backend.
-     Remove useless apr_file_remove() before renaming the cache entry in
-     mod_disk_cache. This fixes small time-frame during which stale cache
-     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, rpluem
-
 PATCHES/ISSUES THAT ARE STALLED
 
   * mod_cache: Realign the cache_quick_handler() to behave identically