diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-24 08:59:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-24 08:59:54 +0000 |
commit | 9729df17567f85996ec6b622af3fe154d5475d86 (patch) | |
tree | f1723d49a494f23a06e4111038c140fe4bc015db | |
parent | cdb419d65e4055dde693c0c130bd42ffdf28c96d (diff) |
socks proxy support even when libcurl is built ipv6-enabled
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 201ae726e..af1358a0f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -8,6 +8,7 @@ Curl and libcurl 7.12.1 This release includes the following changes: + o socks proxy support even when libcurl is built ipv6-enabled o read callbacks can stop the transfer by returning CURL_READFUNC_ABORT o libcurl-tutorial.3 is the new man page formerly known as libcurl-the-guide o additional SSL trace data might be sent to the debug callback using two new |