]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote&promote (and fix typo while we're at it)
authorNick Kew <niq@apache.org>
Sun, 7 May 2006 14:52:17 +0000 (14:52 +0000)
committerNick Kew <niq@apache.org>
Sun, 7 May 2006 14:52:17 +0000 (14:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@404776 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 7d30c759f6ff00cb248173cc734c71e17a7b9589..2de4c151fd5120edada63f9c5736e77aff10f4ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -13,7 +13,7 @@ Changes with Apache 2.2.2
      PR 38793. [Ruediger Pluem, matthias <mk-asf gigacodes.de>]
 
   *) core: Prevent reading uninitialized memory while reading a line of
-     protocol input.  PR 39282. [Davi Arnaut <davi haxent.com.br>]
+     protocol input.  PR 39282. [Davi Arnaut <davi haxent com br>]
 
   *) mod_dbd: Update defaults, improve error reporting.
      [Chris Darroch <chrisd pearsoncmg com>, Nick Kew]
diff --git a/STATUS b/STATUS
index 1b0c388b5528cb802f3f6715cd9dbe345b6199d2..0d77bac2314379bdcc5c41aa7637686bfab09659 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -76,6 +76,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * Remove odd DECLINED code from mod_charset_lite filter.
+      http://svn.apache.org/viewcvs?rev=399665&view=rev
+      +1 trawick, rpluem, niq
+      niq: This is right, but the underlying behaviour (refuse to
+      work in a proxy) is bad.  There's a TODO.
+
+    * mod_charset_lite: Don't go through the motions of translating if
+      the source and dest charsets are the same.
+      http://svn.apache.org/viewcvs?rev=399668&view=rev
+      +1 trawick, rpluem, niq
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
     * Backport mod_authz_dbd (it's had some testing now)
@@ -89,15 +100,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewcvs.cgi?rev=396310&view=rev
       +1 niq
 
-    * Remove odd DECLINED code from mod_charset_lite filter.
-      http://svn.apache.org/viewcvs?rev=399665&view=rev
-      +1 trawick, rpluem
-
-    * mod_charset_lite: Don't go through the motions of translating if
-      the source and dest charsets are the same.
-      http://svn.apache.org/viewcvs?rev=399668&view=rev
-      +1 trawick, rpluem
-
     * mod_mem_cache: Add Content-Type to headers_out if not already set.
       PR 39266.
         Trunk version of patch: