]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Move up two accepted patches
authorPaul Querna <pquerna@apache.org>
Sun, 18 Jun 2006 14:08:37 +0000 (14:08 +0000)
committerPaul Querna <pquerna@apache.org>
Sun, 18 Jun 2006 14:08:37 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@415141 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 99026003c4814bb36fc6853bd09fb6de5eae7d88..5b19e3720dfc79c56e5adaf77b9aa9f405a7adaf 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -85,6 +85,25 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
           http://issues.apache.org/bugzilla/attachment.cgi?id=18355
       +1: chrisd, trawick, niq
 
+    * configure: Add "--with-included-apr" flag to force use of
+    bundled version of APR/APR-util rather than any installed
+    versions found on the system (as preferred by find_ap?.m4).
+       http://svn.apache.org/viewvc?rev=395211&view=rev
+       http://svn.apache.org/viewvc?rev=410828&view=rev
+      Merged version of both for 2.2.x:
+       http://people.apache.org/~jorton/ap_withinc.diff
+    +1: jorton, rpluem, pquerna
+
+    * mod_cache: Make caching of reverse SSL proxies possible again.
+      PR 39593.
+        Trunk version of patch:
+          http://svn.apache.org/viewvc?rev=407357&view=rev
+          http://svn.apache.org/viewvc?rev=408154&view=rev
+          http://svn.apache.org/viewvc?rev=408729&view=rev
+        2.2.x version of patch:
+          Trunk version works
+      +1: rpluem, jim, pquerna
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Add optional 'scheme://' part to ServerName directive for cases
@@ -108,25 +127,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewcvs.cgi?rev=396310&view=rev
       +1 niq, rpluem
 
-    * configure: Add "--with-included-apr" flag to force use of
-    bundled version of APR/APR-util rather than any installed
-    versions found on the system (as preferred by find_ap?.m4).
-       http://svn.apache.org/viewvc?rev=395211&view=rev
-       http://svn.apache.org/viewvc?rev=410828&view=rev
-      Merged version of both for 2.2.x:
-       http://people.apache.org/~jorton/ap_withinc.diff
-    +1: jorton, rpluem, pquerna
-
-    * mod_cache: Make caching of reverse SSL proxies possible again.
-      PR 39593.
-        Trunk version of patch:
-          http://svn.apache.org/viewvc?rev=407357&view=rev
-          http://svn.apache.org/viewvc?rev=408154&view=rev
-          http://svn.apache.org/viewvc?rev=408729&view=rev
-        2.2.x version of patch:
-          Trunk version works
-      +1: rpluem, jim, pquerna
-
     * mod_cache: Do not overwrite the Content-Type in the cache, for
       successfully revalidated cached objects. PR 39647.
         Trunk version of patch: