diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-11-15 00:07:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-11-15 00:07:55 +0100 |
commit | 4d6c0bdf749c091af59d34390d3f414363433285 (patch) | |
tree | c10dbda5e6f2645e1794dee474a4c1aeba4b4ab4 /RELEASE-NOTES | |
parent | cbf4961bf3e42d88f6489f981efd509faa86f501 (diff) |
RELEASE-NOTES: synced with cbf4961bf3e4
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f73486614..f23e2f3d5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -12,6 +12,7 @@ This release includes the following changes: o Added --noconfigure switch to testcurl.pl o Added --xattr option o Added CURLOPT_RESOLVE and --resolve + o Added CURLAUTH_ONLY This release includes the following bugfixes: @@ -25,6 +26,11 @@ This release includes the following bugfixes: a transfer before the end of the full transfer (ranges) o LDAP: detect non-binary attributes properly o ftp: treat server's response 421 as CURLE_OPERATION_TIMEDOUT + o gnutls->handshake: improved timeout handling + o security: Pass the right parameter to init + o krb5: Use GSS_ERROR to check for error + o TFTP: resend the correct data + o configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected This release includes the following known bugs: @@ -34,6 +40,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka, - Stefan Tomanek, Alfred Gebert, Yang Tse + Stefan Tomanek, Alfred Gebert, Yang Tse, Julien Chaffraix, Adam Light, + Rutger Hofman Thanks! (and sorry if I forgot to mention someone) |