5.3 support FF3 sqlite cookie files
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jan 2008 17:49:06 +0000 (17:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Jan 2008 17:49:06 +0000 (17:49 +0000)
docs/TODO

index b6cc2af..17aedb6 100644 (file)
--- 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
  "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