RELEASE-NOTES: synced with 854aca5420

This commit is contained in:
Daniel Stenberg 2014-02-17 11:16:41 +01:00
parent 854aca5420
commit e9dfdef411

View File

@ -35,6 +35,15 @@ This release includes the following bugfixes:
o mingw32: fix compilation
o chunked decoder: track overflows correctly [8]
o curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0
o dict: fix memory leak in OOM exit path
o valgrind: added suppression on optimized code
o curl: output protocol headers using binary mode
o tool: Added URL index to password prompt for multiple operations
o ConnectionExists: re-use non-NTLM connections better [9]
o axtls: call ssl_read repeatedly
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
This release includes the following known bugs:
@ -43,10 +52,11 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Adam Sampson, Dan Fandrich, Daniel Stenberg, Fabian Frank, Gisle Vanem,
Kamil Dudka, Marc Hoersken, Prash Dush, Remi Gacogne, Rob Davies,
Romulo A. Ceccon, Steve Holme, Tatsuhiro Tsujikawa, Thomas Braun, Tiit Pikma,
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,
Thanks! (and sorry if I forgot to mention someone)
@ -60,3 +70,4 @@ References to bug reports and discussions on issues:
[6] = http://curl.haxx.se/mail/lib-2014-02/0100.html
[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