summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-20 19:29:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-20 19:29:00 +0000
commit3743f515cfc5ed1b6c7bb301ceca5bafdbcc1360 (patch)
treeb57bb9708314c589c3de6ecdbae04afcc58c54e8 /RELEASE-NOTES
parent3e0b6a7d1f2b28d17635fd3fa7451be58f97858e (diff)
downloadcurl-3743f515cfc5ed1b6c7bb301ceca5bafdbcc1360.tar.gz
- Phil Pellouchoud pointed out that the windows version of libcurl had a
memory leak because it never called the OpenSSL function CRYPTO_cleanup_all_ex_data() as it was supposed to. This was because of a missing define in config-win32.h!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index b1697aeaa..64601a8ae 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -54,6 +54,7 @@ This release includes the following bugfixes:
o FTP sessions could go out of sync on a long header boundary condition
o potential buffer overflows in the MS-DOS command-line port fixed
o --stderr is now honoured with the -v option
+ o memory leak in libcurl on Windows built with OpenSSL
This release includes the following known bugs: