From: Stefan Fritsch Date: Wed, 10 Mar 2010 21:47:02 +0000 (+0000) Subject: r921347 had a bug report. Add a CHANGES entry. X-Git-Tag: 2.3.6~377 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a87f517a53e13152dcacdbb367713160879758b;p=thirdparty%2Fapache%2Fhttpd.git r921347 had a bug report. Add a CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921583 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ef6257e2cec..e243a6b389f 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,9 @@ Changes with Apache 2.3.7 processing is completed, avoiding orphaned callback pointers. [Brett Gervasoni , Jeff Trawick] + *) mod_proxy_http: Log the port of the remote server in various messages. + PR 48812. [Igor Galić ] + *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend connections and other protocol handlers (like mod_ftp). [Stefan Fritsch]