diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-11-06 23:42:28 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-11-06 23:42:28 +0100 |
commit | c8ffb4049abee579a7c58166f54f2c43108a7b26 (patch) | |
tree | b6b3084948220c5a2adb64beabaf7b69e88bddb2 /RELEASE-NOTES | |
parent | e3166df1bb3e027e20455c7b99b42779e607ccfb (diff) |
RELEASE-NOTES: synced with e3166df1bb3
4 new bugfixes, 2 more contributors
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9e3e84b6b..90af50281 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,10 @@ This release includes the following bugfixes: o HTTP: handle multiple auths in a single WWW-Authenticate line o curl_multi_fdset: correct fdset with FTP PORT use o windbuild: fix the static build + o fix builds with GnuTLS version 3 + o fix calling of OpenSSL's ERR_remove_state(0) + o HTTP auth: fix proxy Negotiate bug when Negotiate not requested + o ftp PORT: don't hang if bind() fails This release includes the following known bugs: @@ -59,6 +63,6 @@ advice from friends like these: Vladimir Grishchenko, Dominique Leuenberger, Marcin Adamski, Jerry Wu, Michal Marek, Frank Van Uffelen, Fabian Hiernaux, Anton Bychkov, Andreas Olsson, Kamil Dudka, Thomas L. Shinnick, Tim Harder, Nick Zitzmann, - Gokhan Sengun, Tom Wright + Gokhan Sengun, Tom Wright, Patrick Monnerat, Rene Bernhardt Thanks! (and sorry if I forgot to mention someone) |