]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote+note
authorJoe Orton <jorton@apache.org>
Fri, 3 Jun 2005 12:03:42 +0000 (12:03 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 3 Jun 2005 12:03:42 +0000 (12:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@179776 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 61993509205b1de1334380dee08bbde988e173dc..3feeb470a7b5e849be6066aa0886b8dd6d434b40 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -255,18 +255,19 @@ PATCHES TO BACKPORT FROM TRUNK:
      *) Support the suppress-error-charset setting, as with Apache 1.3.x.
         PR 31274. (current docs say it works with Apache from 2.0.40 ;) )
         http://svn.apache.org/viewcvs?rev=170354&view=rev
-        +1: trawick
+        +1: trawick, jorton
 
      *) Downgrade the log level of a worker MPM apr_proc_mutex_foo error
         message when it occurs during restart (as we already do for a couple
         of other calls).
         http://svn.apache.org/viewcvs?rev=179317&view=rev
-        +1: trawick
+        +1: trawick, jorton
 
      *) proxy FTP: Fix confusion about globbing characters which could lead
         to getting a directory listing when a file was requested.  PR 34512.
         http://svn.apache.org/viewcvs?rev=179704&view=rev
         +1: trawick
+        jorton: this doesn't apply to 2.0.x as-is, needs a rediff
 
      *) mod_mime_magic: Handle CRLF-format magic files so that it works with
         the default installation on Windows.