diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-05 22:58:30 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-05 22:58:30 +0100 |
commit | 3bbe219be2071a4fa97784da556d810500700002 (patch) | |
tree | 911f15d4842e03ac1121f950b3db0ee3d2c8225a /RELEASE-NOTES | |
parent | 347f951c3909dea589270366ea90f1af9b40f65b (diff) | |
download | curl-3bbe219be2071a4fa97784da556d810500700002.tar.gz |
RELEASE-NOTES: synced with 347f951c390
8 more bugs, 5 more contributors
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d28b118ea..5085c4749 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,14 @@ This release includes the following bugfixes: o TELNET: improved treatment of options o configure: add support for pkg-config detection of libidn o CyaSSL 2.0+ library initialization adjustment + o multi interface: only use non-NULL socker function pointer + o call opensocket callback properly for active FTP + o don't call close socket callback for sockets created with accept() + o differentiate better between host/proxy errors + o SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5 + o multi: handle timeouts on DNS servers by checking for new sockets + o CURLOPT_DNS_SERVERS: fix return code + o POP3: fixed escaped dot not being stripped out o This release includes the following known bugs: @@ -36,6 +44,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Alejandro Alvarez Ayllon, Jason Glasgow, Jonas Schnelli, Mark Brand, - Martin Storsjo, Yang Tse, Laurent Rabret + Martin Storsjo, Yang Tse, Laurent Rabret, Jason Glasgow, Steve Holme, + Reza Arbab, Jason Liu, Gokhan Sengun Thanks! (and sorry if I forgot to mention someone) |