diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-12 20:06:50 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-12 20:06:50 +0100 |
commit | ba057c2e1927bd5b7b026e2391984a899c2b8461 (patch) | |
tree | 202941d777f7d27cc27e1bb7e520ed7262637e3e /RELEASE-NOTES | |
parent | 1259ccf747498b7cc2c29a202645ed240fee167e (diff) |
RELEASE-NOTES: synced with 1259ccf7474
5 more bugfixes, 5 more contributors
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5085c4749..a9611cf7a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,7 +34,12 @@ This release includes the following bugfixes: 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 + o OpenSSL: check for the SSLv2 function in configure + o MakefileBuild: fix the static build + o create_conn: don't switch to HTTP protocol if tunneling is enabled + o multi interface: fix block when CONNECT_ONLY option is used + o Fix connection reuse for TLS upgraded connections + o This release includes the following known bugs: @@ -45,6 +50,7 @@ advice from friends like these: Alejandro Alvarez Ayllon, Jason Glasgow, Jonas Schnelli, Mark Brand, Martin Storsjo, Yang Tse, Laurent Rabret, Jason Glasgow, Steve Holme, - Reza Arbab, Jason Liu, Gokhan Sengun + Reza Arbab, Jason Liu, Gokhan Sengun, Rob Ward, Dan Fandrich, + Naveen Chandran, Ward Willats, Vladimir Grishchenko Thanks! (and sorry if I forgot to mention someone) |