From de4610a55f9e99bebaf448ca33e2e43baf977c74 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 28 Jan 2009 21:33:58 +0000 Subject: - Markus Moeller introduced two new options to libcurl: CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these. --- RELEASE-NOTES | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8eab2378c..b73fa3fca 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,8 +1,8 @@ Curl and libcurl 7.19.4 Public curl releases: 110 - Command line options: 129 - curl_easy_setopt() options: 159 + Command line options: 131 + curl_easy_setopt() options: 161 Public functions in libcurl: 58 Known libcurl bindings: 37 Contributors: 700 @@ -13,6 +13,9 @@ This release includes the following changes: o the OpenSSL-specific code disables TICKET (rfc5077) which is enabled by default in openssl 0.9.8j o Added CURLOPT_TFTP_BLKSIZE + o Added CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC - with + the corresponding curl options --socks5-gssapi-service and + --socks5-gssapi-nec This release includes the following bugfixes: @@ -28,6 +31,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Lisa Xu, Daniel Fandrich, Craig A West, Alexey Borzov, Sharad Gupta, - Peter Sylvester, Chad Monroe + Peter Sylvester, Chad Monroe, Markus Moeller Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3