diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-07 14:10:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-07 14:10:35 +0000 |
commit | 3c2ad4022c009ff06e5e62049c7a5f78d3cfdb01 (patch) | |
tree | a65d74e4e711f8ed5913770cce3e0b5e47516ac6 /RELEASE-NOTES | |
parent | 1f4b8da60a3e558e6a6e568f9d5393b0c44a0542 (diff) | |
download | curl-3c2ad4022c009ff06e5e62049c7a5f78d3cfdb01.tar.gz |
- Rob Crittenden did once again provide an NSS update:
I have to jump through a few hoops now with the NSS library initialization
since another part of an application may have already initialized NSS by the
time Curl gets invoked. This patch is more careful to only shutdown the NSS
library if Curl did the initialization.
It also adds in a bit of code to set the default ciphers if the app that
call NSS_Init* did not call NSS_SetDomesticPolicy() or set specific
ciphers. One might argue that this lets other application developers get
lazy and/or they aren't using the NSS API correctly, and you'd be right.
But still, this will avoid terribly difficult-to-trace crashes and is
generally helpful.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 93f512757..72404f3bd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,6 +40,7 @@ This release includes the following bugfixes: o SFTP seek/resume beyond 32bit file sizes o fixed breakage with --with-ssl --disable-verbose o TTL "leak" in the DNS cache + o improved NSS initing This release includes the following known bugs: @@ -51,6 +52,6 @@ advice from friends like these: Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf, Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev, Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat, Mark Karpeles, - Anthony Bryan, Peter Korsgaard, Phil Lisiecki, Bas Mevissen + Anthony Bryan, Peter Korsgaard, Phil Lisiecki, Bas Mevissen, Rob Crittenden Thanks! (and sorry if I forgot to mention someone) |