summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-31 06:55:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-31 06:55:17 +0000
commitd8e7f2b2c7eb5811290a5f4de85dd3ba62601246 (patch)
treea617c2ef39969ec306d1bf662723cd9de014a385
parent93fcb94b625550be22fc69282997004817b9b6d0 (diff)
downloadcurl-d8e7f2b2c7eb5811290a5f4de85dd3ba62601246.tar.gz
the cookie API is better and more likely to happen in a separate release
-rw-r--r--TODO-RELEASE3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 4e136d3bd..b55aa72ec 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -24,6 +24,9 @@ To get fixed in 7.14.0
internally use and assume the multi interface. The select()-loop should
use the new function from (55).
+To get fixed in 7.15.0
+======================
+
57 - Add an interface to libcurl for getting and setting cookies from an easy
handle. One idea: http://curl.haxx.se/mail/lib-2004-12/0195.html the
older idea: http://curl.haxx.se/dev/COOKIES. We need to settle on some