diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-08-08 19:40:45 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-08-08 19:40:45 +0200 |
commit | 9f10dabc43888a24641040000c76fc532af5bd34 (patch) | |
tree | 9a882efdcdfea35c74c00c954650a2853dcdb175 /RELEASE-NOTES | |
parent | 45d883d88df76af778ce7024912d3fdd08d13859 (diff) |
RELEASE-NOTES: synced with 45d883d88df7
Mention 5 bugixes and 1 change more
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 168f58833..4417490a3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,6 +13,7 @@ This release includes the following changes: o Added NTLM_SSO support o Display notes from setup file in testcurl.pl o BSD-style lwIP TCP/IP stack support on Windows + o OpenSSL: Use SSL_MODE_RELEASE_BUFFERS if available o This release includes the following bugfixes: @@ -35,6 +36,11 @@ This release includes the following bugfixes: o setting a non-HTTP proxy with an environment variable or with CURLOPT_PROXY / --proxy (without specifying CURLOPT_PROXYTYPE) would still make it do proxy-like HTTP requests + o CURLFORM_BUFFER: insert filename as documented (regression) + o SOCKS: fix the connect timeout + o ftp_doing: bail out on error properly while multi interfacing + o improved Content-Encoded decoding error message + o asyn-thread: check for dotted addresses before thread starts o This release includes the following known bugs: @@ -47,6 +53,7 @@ advice from friends like these: Paolo Piacentini, Steven Parkes, Adam Tkac, Ben Winslow, Dan Fandrich, Julien Chaffraix, Kamil Dudka, Mandy Wu, Michael Mueller, Patrick Monnerat, Yang Tse, Paul Howarth, Garrett Holmstrom, Peter Hjalmarsson, Herve Amblard, - Christian Hagele, Richard Silverman + Christian Hagele, Richard Silverman, Henry Ludemann, Cristian Rodriguez, + Thanks! (and sorry if I forgot to mention someone) |