You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/12/17 12:39:16 UTC

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

Author: rjung
Date: Thu Dec 17 11:39:15 2009
New Revision: 891656

URL: http://svn.apache.org/viewvc?rev=891656&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=891656&r1=891655&r2=891656&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Dec 17 11:39:15 2009
@@ -87,6 +87,34 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_ldap: Work around broken cache management in mod_ldap:
+    If LDAPSharedCacheSize is too small, try to free some memory by purging
+    the cache and log a warning.
+    Also increase the default LDAPSharedCacheSize to 500000.
+    PR 46749.
+    Trunk Patch: http://svn.apache.org/viewvc?rev=822458&view=rev
+    2.2.x Patch: trunk patch works with some offsets
+    +1: sf, rpluem, rjung
+
+  * mod_mime: Make RemoveType override the info from TypesConfig
+    PR 38330.
+    Trunk Patch: http://svn.apache.org/viewvc?rev=821298&view=rev
+    2.2.x Patch: trunk patch works with some offset (except for CHANGES)
+    +1: sf, rpluem, rjung
+
+  * build: fix --with-module option to work as documented
+    PR 43881
+    Patch: http://svn.apache.org/viewvc?rev=880794&view=rev
+    +1: niq, pgollucci, rjung
+
+  * mod_disk_cache, mod_mem_cache: don't cache incomplete responses,
+    per RFC 2616, 13.8.
+    PR 15866
+    Trunk Patch: http://svn.apache.org/viewvc?rev=818492&view=rev
+                 http://svn.apache.org/viewvc?rev=821763&view=rev
+    2.2.x Patch: http://people.apache.org/~poirier/PR15866-22x.patch
+    +1: poirier, rpluem, rjung
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -125,26 +153,6 @@
    +1: minfrin
 
 
-  * mod_ldap: Work around broken cache management in mod_ldap:
-    If LDAPSharedCacheSize is too small, try to free some memory by purging
-    the cache and log a warning.
-    Also increase the default LDAPSharedCacheSize to 500000.
-    PR 46749.
-    Trunk Patch: http://svn.apache.org/viewvc?rev=822458&view=rev
-    2.2.x Patch: trunk patch works with some offsets
-    +1: sf, rpluem, rjung
-
-  * mod_mime: Make RemoveType override the info from TypesConfig
-    PR 38330.
-    Trunk Patch: http://svn.apache.org/viewvc?rev=821298&view=rev
-    2.2.x Patch: trunk patch works with some offset (except for CHANGES)
-    +1: sf, rpluem, rjung
-
-  * build: fix --with-module option to work as documented
-    PR 43881
-    Patch: http://svn.apache.org/viewvc?rev=880794&view=rev
-    +1: niq, pgollucci, rjung
-
   * mod_filter: dispatch correctly where dispatch string doesn't exist
     PR 48054
     Trunk patch: n/a (trunk upgraded to use ap_expr for condition testing)
@@ -159,14 +167,6 @@
     +1: covener, pgollucci
     rpluem says: I am +1 once you provide proper documentation for the manual
 
-  * mod_disk_cache, mod_mem_cache: don't cache incomplete responses,
-    per RFC 2616, 13.8.
-    PR 15866
-    Trunk Patch: http://svn.apache.org/viewvc?rev=818492&view=rev
-                 http://svn.apache.org/viewvc?rev=821763&view=rev
-    2.2.x Patch: http://people.apache.org/~poirier/PR15866-22x.patch
-    +1: poirier, rpluem, rjung
-
   * mod_ssl: Further mitigation for the TLS renegotation attack, CVE-2009-3555
       Trunk version of patch:
          http://svn.apache.org/viewcvs.cgi?rev=891282&view=rev