You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2010/08/23 17:07:03 UTC

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

Author: rpluem
Date: Mon Aug 23 15:07:03 2010
New Revision: 988142

URL: http://svn.apache.org/viewvc?rev=988142&view=rev
Log:
* 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=988142&r1=988141&r2=988142&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Aug 23 15:07:03 2010
@@ -87,6 +87,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_log_config: Make ${cookie}C correctly match whole cookie names
+    instead of substrings.
+    PR: 28037
+    Trunk patch: http://svn.apache.org/viewvc?rev=833738&view=rev
+                 http://svn.apache.org/viewvc?rev=834006&view=rev
+                 http://svn.apache.org/viewvc?rev=834013&view=rev
+                 http://svn.apache.org/viewvc?rev=834500&view=rev
+    2.2.x patch: http://people.apache.org/~sf/log_cookie_28037.diff
+    +1: sf, jim, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -101,16 +110,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    sf:        Couldn't the linux 2.4 bug be worked around by calling access
               twice? Once with R_OK and once with X_OK.
 
-  * mod_log_config: Make ${cookie}C correctly match whole cookie names
-    instead of substrings.
-    PR: 28037
-    Trunk patch: http://svn.apache.org/viewvc?rev=833738&view=rev
-                 http://svn.apache.org/viewvc?rev=834006&view=rev
-                 http://svn.apache.org/viewvc?rev=834013&view=rev
-                 http://svn.apache.org/viewvc?rev=834500&view=rev
-    2.2.x patch: http://people.apache.org/~sf/log_cookie_28037.diff
-    +1: sf, jim, rpluem
-
   * mod_req-timeout/core: Backport bugfixes from trunk up to r935339:
     - Do not wrongly enforce timeouts for mod_proxy's backend
       connections and other protocol handlers (like mod_ftp).