diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 06:18:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-06 06:18:48 +0000 |
commit | 76835a2e00cded98f8227711364b2695f7631a10 (patch) | |
tree | 243a06c6060274c6db072d2c2a559d35d824f0cd | |
parent | 1b171b02acbb9736a566fdd7170c3d1b5779b86c (diff) |
two issues to fix before 7.11.2, one issue to fix befor 7.12.0
-rw-r--r-- | TODO-RELEASE | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index d501e87ab..67126abda 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -24,9 +24,15 @@ To get fixed in 7.11.2 (planned release May/June 2004) 28. Optimize the way libcurl uses CWD on each new request over a persistent connection (on FTP) even if it doesn't have to. +31. Fix multi interface for windows with ares + +32. Fix possible memory leak on windows threaded name resolve. + To get fixed in 7.12.0 ====================== 25. curl_easy_strerror() curl_multi_strerror() curl_share_strerror() -26. i18n of error messages +26. i18n of error messages? + +33. Add a function to replace the malloc-calls within libcurl. |