diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-02 11:41:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-02 11:41:41 +0200 |
commit | 1b59ef6990dd6dd697f7583d07abbf97638a3804 (patch) | |
tree | fc3eefa93ff5a18bcb543d3ef4d5b865cf1b223b /RELEASE-NOTES | |
parent | d603ed67535b690c4f07a603e638ac9542f154f4 (diff) |
RELEASE-NOTES: synced with d603ed67535
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index aaadb5a47..6ef258369 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -25,6 +25,9 @@ This release includes the following bugfixes: o select: with winsock, avoid passing unsupported arguments to select() [4] o gnutls: don't use deprecated type names anymore o gnutls: allow building with nghttp2 but without ALPN support + o tests: Fix portability issue with the tftpd server + o curl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5 SPN + o curl_sasl: extended native DIGEST-MD5 cnonce to be a 32-byte hex string o This release includes the following known bugs: @@ -34,9 +37,9 @@ 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: - Brad Spencer, Chris Young, Daniel Stenberg, Fabian Frank, - Jonathan Cardoso Machado, Nick Zitzman, Roman Neuhauser, Steve Holme, - Tatsuhiro Tsujikawa, Vilmos Nebehaj + Alessandro Ghedini, Brad Spencer, Chris Young, Dan Fandrich, Daniel Stenberg, + Fabian Frank, Jonathan Cardoso Machado, Nick Zitzmann, Steve Holme, + Tatsuhiro Tsujikawa, Vilmos Nebehaj, Thanks! (and sorry if I forgot to mention someone) |