Commit cdfe09d2 authored by Joe Orton's avatar Joe Orton
Browse files

vote+note


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@179776 13f79535-47bb-0310-9956-ffa450edef68
parent abaf6c07
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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.