diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-07 12:17:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-07 12:17:53 +0000 |
commit | 253ff7b2ad5490cf19f6dd2728c5db932d256b4b (patch) | |
tree | 75e8b29f9d04e264029f669647d9ff2492e3128f /RELEASE-NOTES | |
parent | c274e516540270b0f353a8eefe4da5a64a6445a4 (diff) |
Gisle's new fix, the old file:// leak
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b1cd98496..41bcc4d7e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,8 @@ Curl and libcurl 7.12.2 This release includes the following changes: + o the IDN code now verifies that only TLD-legitmate letters are used in the + name or a warning is displayed (when verbose is enabled) o provides error texts for IDN errors o file upload parts in formposts now get their directory names cut off o added CURLINFO_OS_ERRNO @@ -44,6 +46,7 @@ This release includes the following bugfixes: o curl_getdate() crash o downloading empty files now calls the write callback properly o no reverse DNS lookups for ip-only addresses with ipv6-enabled libcurl + o file handler leak when getting an empty file:// URL o libcurl works better multi-threaded on AIX (when built with xlc) o cookies over proxy didn't match the path properly o MSVC makefile fixes to build better |