summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-22 11:22:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-22 11:22:47 +0000
commit08e3d034effbc24571146044ef7a347d90c49cca (patch)
tree0c7846fba2a3f696a6a2f2a249330fdddd1851cb
parent2f869f89ff999700bea00f4844d510ca6f7f2e9c (diff)
downloadgnurl-08e3d034effbc24571146044ef7a347d90c49cca.tar.gz
gnurl-08e3d034effbc24571146044ef7a347d90c49cca.tar.bz2
gnurl-08e3d034effbc24571146044ef7a347d90c49cca.zip
don't mention explicit version 7.8
removed escape/unescape as they're now documented
-rw-r--r--docs/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TODO b/docs/TODO
index edf94d6dc..eb78a9ce3 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -9,15 +9,15 @@ TODO
Things to do in project cURL. Please tell me what you think, contribute and
send me patches that improve things!
-To do for the 7.8 release:
+To do for the next release:
* Make SSL session ids get used if multiple HTTPS documents from the same
host is requested.
* 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.
+ curl_mvfprintf) and the string compare functions (curl_strequal
+ and curl_strnequal).
To do in a future release (random order):