]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote early, vote often
authorNick Kew <niq@apache.org>
Wed, 19 Apr 2006 08:42:54 +0000 (08:42 +0000)
committerNick Kew <niq@apache.org>
Wed, 19 Apr 2006 08:42:54 +0000 (08:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@395177 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8c0a38ca75c25427b407b0e65cc0cadffb790d1f..1dec6d5d6aae654777b446190175ab17908a843b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -121,6 +121,29 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=113813652015559
        +1: colm, trawick, jim
 
+    *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282.
+        Trunk version of patch:
+          http://svn.apache.org/viewcvs?rev=394070&view=rev
+        2.0.x version of patch:
+          http://issues.apache.org/bugzilla/attachment.cgi?id=18112
+      +1: rpluem, colm
+      niq: change comment "if bb only contains an EOS bucket"
+           to "if bb contains only zero-length buckets"
+           and you have my +1
+
+    *) mod_deflate: handle internal redirects correctly
+          http://svn.apache.org/viewcvs?rev=395079&view=rev 
+       +1: colm, wrowe, niq
+
+    *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname
+                  if ServerName not set or UseCanonicalName Off) by
+                  backporting r102320.
+        Trunk version of patch:
+          http://svn.apache.org/viewcvs?rev=102320&view=rev
+        2.0.x version of patch:
+          http://issues.apache.org/bugzilla/attachment.cgi?id=18037
+       +1: rpluem, jim, niq
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
@@ -149,26 +172,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs?rev=386821&view=rev
        +1: wrowe, trawick
 
-    *) mod_proxy: Fix PR 11971 (HTTP proxy header "Via" with wrong hostname
-                  if ServerName not set or UseCanonicalName Off) by
-                  backporting r102320.
-        Trunk version of patch:
-          http://svn.apache.org/viewcvs?rev=102320&view=rev
-        2.0.x version of patch:
-          http://issues.apache.org/bugzilla/attachment.cgi?id=18037
-       +1: rpluem, jim
-
-    *) core: Prevent read of unitialized memory in ap_rgetline_core. PR 39282.
-        Trunk version of patch:
-          http://svn.apache.org/viewcvs?rev=394070&view=rev
-        2.0.x version of patch:
-          http://issues.apache.org/bugzilla/attachment.cgi?id=18112
-      +1: rpluem, colm
-
-    *) mod_deflate: handle internal redirects correctly
-          http://svn.apache.org/viewcvs?rev=395079&view=rev 
-       +1: colm, wrowe
-
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.