]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
r921347 had a bug report. Add a CHANGES entry.
authorStefan Fritsch <sf@apache.org>
Wed, 10 Mar 2010 21:47:02 +0000 (21:47 +0000)
committerStefan Fritsch <sf@apache.org>
Wed, 10 Mar 2010 21:47:02 +0000 (21:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921583 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index ef6257e2cec58f8ccabed87b5288ca7423402c54..e243a6b389fb027342461bac40af53ab7bbcc327 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,9 @@ Changes with Apache 2.3.7
      processing is completed, avoiding orphaned callback pointers.
      [Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
 
+  *) mod_proxy_http: Log the port of the remote server in various messages.
+     PR 48812. [Igor Galić <i galic brainsware org>] 
+
   *) mod_reqtimeout: Do not wrongly enforce timeouts for mod_proxy's backend
      connections and other protocol handlers (like mod_ftp). [Stefan Fritsch]