aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-11 16:56:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-11 16:56:34 +0000
commitf68950db673920d57f9cfbfc71748c4b3ceb8247 (patch)
tree433bff332fb73519b092a0dc297f91b8fa2c6ae2
parent710e370c34497100873dcf6252c862d77ef8c25b (diff)
added some details on what to come
-rw-r--r--TODO-RELEASE13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 917427362..0750eae28 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -4,6 +4,19 @@ To get fixed in 7.12.3 (planned release: December 2004)
======================
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.
48 - MSVC Makefile improvements by Samuel Díaz García
+ Still lacks user feedback. Possibly not going to get in.
+51 - PUT/POST with multipass authenticaion (API change required)
+ Being discussed on the libcurl list.
+
+52 - POST with NULL contents should still POST.
+
+To get fixed in 7.13 (planned release: March 2005)
+======================
+
+53 - switch to poll() instead of select() for systems that support it (to
+ address the FS_SETSIZE problem (API change required)