summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2010-11-14 00:01:43 +0000
committerNick Kew <niq@apache.org>2010-11-14 00:01:43 +0000
commit3bad5b17805e75f1b94c13dae70b9c989e417974 (patch)
treee940e44547fa03ac429cf4543643b4c3224b162d /CHANGES
parentf8ebfcd89c03162e3bd5f7e2e573b7680b3c5431 (diff)
downloadhttpd-3bad5b17805e75f1b94c13dae70b9c989e417974.tar.gz
Fix mod_proxy to support setting source address.
PR 29404 Seems lots of users want this, and a couple of them have recenly asked nicely git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1034916 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d780b102b..6963dba9d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -243,6 +243,11 @@ Changes with Apache 2.3.9
and executing perl-style regexp ops (e.g s/foo/bar/i) and regexp memory
[Nick Kew]
+ *) Proxy: support setting source address. PR 29404
+ [Multiple contributors iterating through bugzilla,
+ Aron Ujvari <xanco nikhok.hu>, Aleksey Midenkov <asm uezku.kemsu.ru>,
+ <dan listening-station.net; trunk version Nick Kew]
+
Changes with Apache 2.3.8
*) suexec: Support large log files. PR 45856. [Stefan Fritsch]