summaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-25 23:15:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-25 23:15:45 +0000
commit35ba5c826d020393cf620203ef924c0f586b4e6d (patch)
tree3a5955eccd1083ec663807b3a41e41ad26243cb3 /TODO-RELEASE
parent4f4ffa98b5e8bddc335a1c8e27cb4ba2ac8223ce (diff)
downloadcurl-35ba5c826d020393cf620203ef924c0f586b4e6d.tar.gz
issue 54 - this takes sweat
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 413130a20..1f50b0693 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,8 +1,14 @@
Issues not sorted in any particular order.
-To get fixed in 7.12.4 (planned release: Febryary 2005)
+To get fixed in 7.12.4 (planned release: February 2005)
======================
47 - Peter Sylvester's patch for SRP on the TLS layer
Awaits OpenSSL support for this, no need to support this in libcurl before
there's an OpenSSL release that does it.
+
+To get fixed in 7.13.0
+======================
+
+54 - Turn the FTP code into a state machine to support the multi interface
+ 100% non-blocking.