diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 07:47:38 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 07:47:38 +0000 |
commit | 91e27ce755a2dbf8084517fb4ec441a260ffee84 (patch) | |
tree | 6e087dc099dc6933e482d2cda2793c482c895fac /RELEASE-NOTES | |
parent | 65ed69662513b14143e8821c72ea41d7c69113d9 (diff) |
Fixed a TFTP memory leak. Enabled test 2003 to verify this.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c35f94710..efd7e730a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -40,7 +40,7 @@ This release includes the following bugfixes: o CURLOPT_POSTFIELDS could fail to send binary data o specifying a proxy with a trailing slash didn't work (unless it also contained a port number) - o redirect from HTTP to FTP memory problem + o redirect from HTTP to FTP or TFTP memory problems and leaks o re-used connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy o embed the manifest in VC8 builds |