summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-15 14:45:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-15 14:45:03 +0000
commitecbee01f4bcdfbf781d10096682f5afaabad6f6d (patch)
tree50674131674109a1af9082f1fa885fa3e02cdd64
parent34fed76a354f986df36f3a199bf5490bdcac9e31 (diff)
downloadgnurl-ecbee01f4bcdfbf781d10096682f5afaabad6f6d.tar.gz
gnurl-ecbee01f4bcdfbf781d10096682f5afaabad6f6d.tar.bz2
gnurl-ecbee01f4bcdfbf781d10096682f5afaabad6f6d.zip
moved the documentation item to 7.8, it is rather important to have things
documented
-rw-r--r--docs/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 9b8e85240..f3569d676 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -14,13 +14,13 @@ To do for the 7.8 release:
* Make SSL session ids get used if multiple HTTPS documents from the same
host is requested.
-To do in a future release (random order):
-
* Document the undocumented libcurl functions: the printf clones (like
curl_msprintf, curl_mfprintf, curl_msnprintf, curl_maprintf and
curl_mvfprintf), the string compare functions (curl_strequal
and curl_strnequal) and the URL escape/unescape functions.
+To do in a future release (random order):
+
* Add configure options that disables certain protocols in libcurl to
decrease footprint. '--disable-[protocol]' where protocol is http, ftp,
telnet, ldap, dict or file.