aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-25 14:30:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-25 14:30:51 +0000
commit824aa5f9181a22a55224d6945886894029d04a3d (patch)
tree87aa64ff006578a1df2b647dbcc3bf0224eebd90 /CHANGES
parentca67dcbc055bb1a017e9d215859362348dbbcbaa (diff)
Michal Marek fixed the test script to be able to use valgrind even when the
lib is built shared with libtool.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ab7cce15b..79f347084 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel S (25 October 2007)
+- Michal Marek fixed the test script to be able to use valgrind even when the
+ lib is built shared with libtool.
+
- Fixed a few memory leaks when the same easy handle is re-used to request
URLs with different protocols. FTP and TFTP related leaks. Caught thanks to
Dan F's new test cases.