]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote
authorJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 14:55:17 +0000 (14:55 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 28 Aug 2007 14:55:17 +0000 (14:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@570449 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 6168ab3d3d101201ea276240650aacd68f3cda4a..e7243709ed4b3699f7152f0718d212dd5dc45002 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_negotiation: Preserve Query String when resolving a type map
+      PR: 33112
+      http://svn.apache.org/viewvc?view=rev&revision=565671
+      +1: niq, wrowe, rpluem
+
+    * log core: ensure we use a special pool for stderr logging, so that
+      the stderr channel remains valid from the time plog is destroyed,
+      until the time the open_logs hook is called again.  [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=569535
+      Backported to 2.2;
+        http://people.apache.org/~wrowe/r569535-backport-2.2-r2.patch
+      +1: wrowe, jim, rpluem
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -188,20 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       trawick says: The new directives should be documented in trunk,
           so that docs are available for backport at the same time.
 
-    * mod_negotiation: Preserve Query String when resolving a type map
-      PR: 33112
-      http://svn.apache.org/viewvc?view=rev&revision=565671
-      +1: niq, wrowe, rpluem
-
-    * log core: ensure we use a special pool for stderr logging, so that
-      the stderr channel remains valid from the time plog is destroyed,
-      until the time the open_logs hook is called again.  [William Rowe]
-        http://svn.apache.org/viewvc?view=rev&revision=569535
-      Backported to 2.2;
-        http://people.apache.org/~wrowe/r569535-backport-2.2-r2.patch
-      +1: wrowe, jim, rpluem
-
-
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.