From 2e42b0a252416803a90ea232dc94a0a21d5a97e5 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Jan 2008 23:01:00 +0000 Subject: Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the proxy do the host name resolving and only if --socks5ip (or CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and pass on the IP address only to the proxy. --- RELEASE-NOTES | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e17dcb94a..bfa1fe291 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,8 @@ Curl and libcurl 7.17.2 Public curl releases: 103 - Command line options: 124 - curl_easy_setopt() options: 148 + Command line options: 125 + curl_easy_setopt() options: 149 Public functions in libcurl: 55 Public web site mirrors: 42 Known libcurl bindings: 36 @@ -14,6 +14,7 @@ This release includes the following changes: o CURLOPT_PROXY_TRANSFER_MODE was added o --no-keep-alive was added o --socks4a added (proxy type CURLPROXY_SOCKS4A for libcurl) + o --socks5ip added (CURLOPT_SOCKS5_RESOLVE_LOCAL for libcurl) This release includes the following bugfixes: @@ -42,6 +43,7 @@ This release includes the following bugfixes: o bad connection re-use check with environment variable-activated proxy use o --libcurl now generates a return statement as well o socklen_t is no longer used in the public includes + o SOCKS5 uses now let the proxy resolve the host names by default This release includes the following known bugs: @@ -63,6 +65,6 @@ advice from friends like these: Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden, Emil Romanus, Alessandro Vesely, Ray Pekowski, Spacen Jasset, Andrew Moise, Gilles Blanc, David Wright, Vikram Saxena, Mateusz Loskot, Gary Maxwell, - Dmitry Kurochkin, Mohun Biswas, Richard Atterer + Dmitry Kurochkin, Mohun Biswas, Richard Atterer, Maxim Perenesenko Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3