summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-01-14 17:49:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-01-14 17:49:06 +0000
commit9c7d4394f9ec16d29f00286e7fdab4badb3cd410 (patch)
treec91962c874a6791cd27a737a149c0fe29eca4751 /docs
parentbcc3c9279a562326dd7aafc25676ded99e796665 (diff)
downloadcurl-9c7d4394f9ec16d29f00286e7fdab4badb3cd410.tar.gz
5.3 support FF3 sqlite cookie files
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index b6cc2af39..17aedb620 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -40,6 +40,7 @@
5. HTTP
5.1 Other HTTP versions with CONNECT
5.2 Better persistancy for HTTP 1.0
+ 5.3 support FF3 sqlite cookie files
6. TELNET
6.1 ditch stdin
@@ -261,6 +262,12 @@
"Better" support for persistent connections over HTTP 1.0
http://curl.haxx.se/bug/feature.cgi?id=1089001
+5.3 support FF3 sqlite cookie files
+
+ Firefox 3 is changing from its former format to a a sqlite database instead.
+ We should consider how (lib)curl can/should support this.
+ http://curl.haxx.se/bug/feature.cgi?id=1871388
+
6. TELNET
6.1 ditch stdin