diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-04-21 21:32:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-04-21 21:32:31 +0000 |
commit | cea9695bcfd157926670db57ba2495e1e3940730 (patch) | |
tree | e9707e1b34fc7581e86da53f0fb472f0f02245d7 /RELEASE-NOTES | |
parent | 92039629c7e72f9d792f963b5818630dce61c9cb (diff) |
Daniel Black filed bug #1704675 (http://curl.haxx.se/bug/view.cgi?id=1704675)
identifying a double-free problem in the SSL-dealing layer, telling GnuTLS to
free NULL credentials on closedown after a failure and a bad #ifdef for NSS
when closing down SSL.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2c0c69cde..1e06881b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,9 @@ This release includes the following bugfixes: o test suite SSL certificate works better with newer stunnel o internal progress meter update frequency back to once per second o avoid some unnecessary calls to function gettimeofday + o a double-free in the SSL-layer + o GnuTLS free of NULL credentials + o NSS-fix for closing down SSL This release includes the following known bugs: @@ -42,6 +45,7 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley + Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, + James Housley, Daniel Black Thanks! (and sorry if I forgot to mention someone) |