diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-02-23 11:24:46 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-02-23 11:24:46 +0000 |
commit | 3674f2021d9ad53c01f45ceedb28c664bb3e7747 (patch) | |
tree | 4d882ba5905a3c5e210afe545cad87674d261563 | |
parent | 8c80840d0191f21b2e6c568b2346f68bc3fc0cf6 (diff) |
RELEASE-NOTES: Synced with 8c80840d01
-rw-r--r-- | RELEASE-NOTES | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7dcd8f5bc..e8df1488f 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,10 @@ This release includes the following bugfixes: o multi: make MAXCONNECTS default 4 x number of easy handles function o configure: Fix the --disable-crypto-auth option o multi: ignore SIGPIPE internally + o curl.1: update the description of --tlsv1 + o SFTP: skip reading the dir when NOBODY=1 [10] + o easy: Fixed a memory leak on OOM condition + o tool: Fixed incorrect return code when setting HTTP request fails This release includes the following known bugs: @@ -54,10 +58,10 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Adam Sampson, Arvid Norberg, Colin Hogben, Dan Fandrich, Daniel Stenberg, - Fabian Frank, Gisle Vanem, Jeff King, Kamil Dudka, Marc Hoersken, - Patrick Monnerat, Prash Dush, Remi Gacogne, Rob Davies, Romulo A. Ceccon, - Shao Shuchao, Steve Holme, Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, - Yehezkel Horowitz, + Fabian Frank, Gisle Vanem, Hubert Kario, Jeff King, Maks Naumov, + Kamil Dudka, Marc Hoersken, Patrick Monnerat, Prash Dush, Remi Gacogne, + Rob Davies, Romulo A. Ceccon, Shao Shuchao, Steve Holme, + Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma, Yehezkel Horowitz, Thanks! (and sorry if I forgot to mention someone) @@ -72,3 +76,4 @@ References to bug reports and discussions on issues: [7] = http://curl.haxx.se/libcurl/c/curl_easy_setopt.html#CURLOPTEXPECT100TIMEOUTMS [8] = http://curl.haxx.se/mail/lib-2014-02/0097.html [9] = http://thread.gmane.org/gmane.comp.version-control.git/242213 + [10] = http://curl.haxx.se/mail/lib-2014-02/0155.html |