diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-03-18 12:48:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-03-18 12:48:51 +0000 |
commit | 5f19822e37501e1e168408c947b1c757e8f06327 (patch) | |
tree | 8bcddda482faf2650f8cdbf0d77256a5152aff63 /RELEASE-NOTES | |
parent | 9a0c9cd6e1c6124be255cc1cd6e722c94721f282 (diff) |
- Kamil Dudka brought a patch that enables 6 additional crypto algorithms when
NSS is used. These ciphers were added in NSS 3.4 and require to be enabled
explicitly.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6323e36c2..b27798696 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -22,6 +22,7 @@ This release includes the following bugfixes: o curl_easy_duphandle() failed to duplicate cookies at times o missing TELNET timeout support in Windows builds o missing Curl_read() and write callback result checking in TELNET transfers + o more ciphers enabled in libcurl built to use NSS This release includes the following known bugs: @@ -31,6 +32,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Daniel Fandrich, Yang Tse, David James, Chris Deidun, Bill Egert, - Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico + Andre Guibert de Bruet, Andreas Farber, Frank Hempel, Pierre Brico, + Kamil Dudka Thanks! (and sorry if I forgot to mention someone) |