aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2014-02-17 11:16:41 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-02-17 11:16:41 +0100
commite9dfdef4111dca11d3cbf84d64372af56e9d9e09 (patch)
treee2b5acf9399b31464e813853ea96d7d5e40f8aba /RELEASE-NOTES
parent854aca5420f81d4be242592bec401e1f66ee4070 (diff)
RELEASE-NOTES: synced with 854aca5420f
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES19
1 files changed, 15 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b49a4bf62..e4cb12b18 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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