aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-10-25 07:47:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-10-25 07:47:38 +0000
commit91e27ce755a2dbf8084517fb4ec441a260ffee84 (patch)
tree6e087dc099dc6933e482d2cda2793c482c895fac /CHANGES
parent65ed69662513b14143e8821c72ea41d7c69113d9 (diff)
Fixed a TFTP memory leak. Enabled test 2003 to verify this.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e6cc37a69..ab7cce15b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel S (25 October 2007)
+- 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.
+
Dan F (24 October 2007)
- Fixed the test FTP and TFTP servers to support the >10000 test number
notation