From 6a4bdb027bb7d44ba33dc00ef4c0a19f929c55fd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Nov 2012 13:03:38 +0100 Subject: [PATCH] RELEASE-NOTES: synced with 7c0cbcf2f617b --- RELEASE-NOTES | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 291cf5f8a..4b58c5751 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -33,6 +33,11 @@ This release includes the following bugfixes: o fix HTTP auth regression [11] o CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value [12] o build failure when configured with --with-nss --with-libmetalink [13] + o ftp: EPSV-disable fix over SOCKS [14] + o Digest: Add microseconds into nounce calculation [15] + o SCP/SFTP: improve error code used for send failures + o SSL: Several SSL-backend related fixes + o removed the notorious "additional stuff not fine" debug output This release includes the following known bugs: @@ -44,7 +49,8 @@ advice from friends like these: Guenter Knauf, Alessandro Ghedini, Nick Zitzmann, Michal Kowalczyk, Jeff Connelly, Oscar Norlander, Guido Berhoerster, Marc Hoersken, Dave Reisner, Jan Ehrhardt, John Suprock, Alessandro Ghedini, - Lars Buitinck + Lars Buitinck, Anton Malov, Sergei Nikulov, Patrick Monnerat, + Gabriel Sjoberg, Oscar Koeroo, Fabian Keil, Johnny Luong Thanks! (and sorry if I forgot to mention someone) @@ -62,4 +68,6 @@ References to bug reports and discussions on issues: [10] = http://curl.haxx.se/bug/view.cgi?id=3579286 [11] = http://curl.haxx.se/bug/view.cgi?id=3582718 [12] = http://daniel.haxx.se/blog/2012/10/25/libcurl-claimed-to-be-dangerous/ - [13] = http://sourceforge.net/tracker/?func=detail&atid=100976&aid=3578163&group_id=976 + [13] = http://curl.haxx.se/bug/view.cgi?id=3578163 + [14] = http://curl.haxx.se/bug/view.cgi?id=3586338 + [15] = https://github.com/bagder/curl/pull/50