]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: remove IDNA2008
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Oct 2016 12:26:38 +0000 (14:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 07:46:35 +0000 (08:46 +0100)
docs/TODO

index 551a1365982a91bb744ec8e5c6df18b9018a0de1..af800c3b87dbd1c9feb139a8e472b06580a5d328 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
@@ -25,7 +25,6 @@
  1.7 Detect when called from within callbacks
  1.8 Allow SSL (HTTPS) to proxy
  1.9 Cache negative name resolves
- 1.10 Support IDNA2008
  1.11 minimize dependencies with dynamicly loaded modules
  1.12 have form functions use CURL handle argument
  1.14 Typesafe curl_easy_setopt()
  A name resolve that has failed is likely to fail when made again within a
  short period of time. Currently we only cache positive responses.
 
-1.10 Support IDNA2008
-
- International Domain Names are supported in libcurl since years back, powered
- by libidn. libidn implements IDNA2003 which has been superseded by IDNA2008.
- libidn2 is an existing library offering support for IDNA2008.
-
 1.11 minimize dependencies with dynamicly loaded modules
 
  We can create a system with loadable modules/plug-ins, where these modules