aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-03-10 20:46:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-03-10 20:46:54 +0000
commit83a463891d843e1a21410665d080c5877282bc74 (patch)
treeb4d203698b6894d0760b0d881b1e6a2abc981889 /docs/TODO
parent957b618fdcd4efe77623a863f091b2def53dadec (diff)
added things to fix at the next major release/change
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index feb87457a..0102c5a91 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -209,3 +209,10 @@ TODO
fork()s and it should become even more portable.
* Introduce a test suite that tests libcurl better and more explicitly.
+
+NEXT MAJOR RELEASE
+
+ * curl_easy_cleanup() returns void, but curl_multi_cleanup() returns a
+ CURLMcode. These should be changed to be the same.
+
+ * curl_formparse() should be removed