diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:21:58 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-12-08 22:21:58 +0000 |
commit | e6d2a9894df8c3b65920e903ab21076a0a37e20e (patch) | |
tree | bc16ffffb09ef638f391b4511166bde9d1371421 /doc/doc-txt/ChangeLog | |
parent | cee5f132d1b81d3b8738944036eb02af418b54be (diff) |
SOCKS: Add log_selector support.
Also make the proxy_* variables meaningful for events associated with proxied transports.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1fa19daad..c167f8392 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -117,7 +117,8 @@ JH/23 Move SOCKS5 support from Experimental to mainline, enabled for a build JH/26 Move PROXY support from Experimental to mainline, enabled for a build by defining SUPPORT_PROXY. Note that the proxy_required_hosts option - is renamed to hosts_proxy. + is renamed to hosts_proxy, and the proxy_{host,target}_{address,port}. + variables are renamed to proxy_{local,external}_{address,port}. Exim version 4.86 |