]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote.
authorRainer Jung <rjung@apache.org>
Thu, 17 Dec 2009 11:39:15 +0000 (11:39 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 17 Dec 2009 11:39:15 +0000 (11:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@891656 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b24def73467937bfd939e7ea94800f0dafd0c709..72205d0606a2d5d95c523f4f12f783263d0020b0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,6 +87,34 @@ RELEASE SHOWSTOPPERS:
 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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    +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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +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