diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-04-13 17:42:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-04-13 17:42:10 +0000 |
commit | 235c0077b8648a3b941090991a0ce6ac24d681ab (patch) | |
tree | 01fbe7a0e07cdb610040525d6c8f3f7a2c326c7e /RELEASE-NOTES | |
parent | c621546bd608d5f836d165c2a33ff3d37e2e21e5 (diff) | |
download | curl-235c0077b8648a3b941090991a0ce6ac24d681ab.tar.gz |
- Toshio Kuratomi reported a memory leak problem with libcurl+NSS that turned
out to be leaking cacerts. Kamil Dudka helped me complete the fix. The issue
is found in Redhat's bug tracker:
https://bugzilla.redhat.com/show_bug.cgi?id=453612
There are still memory leaks present, but they seem to have other reasons.
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 2d67dda86..8d42a4665 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -26,6 +26,7 @@ This release includes the following bugfixes: o properly return an error code in curl_easy_recv o Sun compilers specific preprocessor block removed from curlbuild.h.dist o allow creation of four way fat libcurl Mac OS X Framework + o memory leaks in libcurl+NSS This release includes the following known bugs: @@ -36,6 +37,6 @@ 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, - Kamil Dudka, Jim Freeman, Daniel Johnson + Kamil Dudka, Jim Freeman, Daniel Johnson, Toshio Kuratomi Thanks! (and sorry if I forgot to mention someone) |