]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote, demote
authorJeff Trawick <trawick@apache.org>
Mon, 14 Sep 2009 17:25:07 +0000 (17:25 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Sep 2009 17:25:07 +0000 (17:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@814743 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1c54b8d7b810e18f1cade266226e00f92b26a077..76e3a59919aea3a376ca1290c0e1d7a3741ed0e2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -89,6 +89,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+ * ab: Add support for HTTP PUT to ab.
+   Trunk Patch: http://svn.apache.org/viewvc?rev=811806&view=rev
+                http://svn.apache.org/viewvc?rev=811869&view=rev
+   2.2.x Patch: http://people.apache.org/~minfrin/ab.diff
+   +1: minfrin, covener, poirier
+
+ * htcacheclean: 19 ways to fail, 1 error message. Fixed.
+   Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=814091
+   +1: minfrin, covener, poirier
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -115,12 +124,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    2.2.x Patch: http://people.apache.org/~minfrin/ssl_engine_pphrase.diff
    +1: minfrin
 
- * ab: Add support for HTTP PUT to ab.
-   Trunk Patch: http://svn.apache.org/viewvc?rev=811806&view=rev
-                http://svn.apache.org/viewvc?rev=811869&view=rev
-   2.2.x Patch: http://people.apache.org/~minfrin/ab.diff
-   +1: minfrin, covener, poirier
-
  * mod_ssl: Improve environment variable extraction to be more
    efficient and to correctly handle DNs with duplicate tags.
    PR 45975.
@@ -134,10 +137,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    Trunk patch: http://svn.apache.org/viewvc?view=rev&revision=797563
    2.2.x patch: http://people.apache.org/~poirier/patch-2.2.x-PR30586.txt
    +1: poirier, minfrin
-
- * htcacheclean: 19 ways to fail, 1 error message. Fixed.
-   Trunk Patch: http://svn.apache.org/viewvc?view=rev&revision=814091
-   +1: minfrin, covener, poirier
+   -1: trawick (Memory use for dumping the database is now unbounded; it
+                doesn't even look difficult to avoid allocating/copying.)
 
  * mod_ldap: hints in usage for LDAPCacheEntries and LDAPOpCacheEntries
    updated to match manual and code (0 or -1 to disable)