diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 07:47:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 07:47:16 +0000 |
commit | c93e972543fc5bd118bb7d8b732373a25c10ddba (patch) | |
tree | 66264c1f7cc7a440f54e95cb131000ee10a204c4 /TODO-RELEASE | |
parent | 1cb66f526262e8e09298d16e8f4f33496d8a941e (diff) |
some fixed, one removed, edited some. 7.12.0 in progress.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 26 |
1 files changed, 5 insertions, 21 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 8ea67366f..50b8469ca 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -3,34 +3,18 @@ Issues not sorted in any particular order. UNASSIGNED means that no person has publicly stated to work on the issue. DELETE means the issue is subject for dismissal -To get fixed in 7.11.2 (planned release late April 2004) +To get fixed in 7.12.0 (planned release: June 2004) ====================== - -To get fixed in 7.12.0 (no date) -====================== - -25. curl_easy_strerror() curl_multi_strerror() curl_share_strerror() - Code already in CVS. Messages need overview/improvements. +25. curl_easy_strerror() curl_multi_strerror() curl_share_strerror() Code + already in CVS. Messages need overview/improvements. Add documentation. Medium prio. -26. i18n of error messages? - Low prio. Nobody has volunteered. Subject for removal. - 33. Add a function to replace the malloc-calls within libcurl. Low prio. Seshubabu Pasam works on this. -35. Rearrange lib/hostip.c to reduce the amount of #ifdefs and make it easier - to understand and edit. Daniel works on this. See - http://curl.haxx.se/beta/hostip-cleanup1.patch - Medium prio. - -36. Add support for a threaded getaddrinfo() on Windows and IPv6 enabled - libcurl. - -37. Configure option "--with-libidn" to support IDNA (Internationalising - Domain Names in Applications). Translate to/from ACE encoded domain - names as needed. +37. Translate to/from ACE encoded domain names as needed. + Work has started. Verify. Add test cases. 38. Make the ldap protocol work with Windows' built-in LDAP-client. I.e. dynamically link to WLDAP32.DLL and add ldap URL parsing |