aboutsummaryrefslogtreecommitdiff
path: root/TODO-RELEASE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-09 15:02:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-09 15:02:37 +0000
commit4b62cd36169505571038c99bfcf6d9ee65812872 (patch)
tree1d976ab0c1e169cfa73859930636b39cae311ba4 /TODO-RELEASE
parentdf7b1d8e64b4675880a34ac713894b2161a2e84c (diff)
- Ken Hirsch simplified how libcurl does FTPS: now it doesn't assume any
particular state for the control connection like it did before for implicit FTPS (libcurl assumed such control connections to be encrypted while some FTPS servers such as FileZilla assumes such connections to be clear mode). Use the CURLOPT_USE_SSL option to set your desired level.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r--TODO-RELEASE5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE
index bb5555565..19d5530bb 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -2,14 +2,15 @@ To be addressed in 7.19.3 (planned release: January 2009)
=========================
193 - Fix zero-byte file transfers
+ - Nobody has actually started for real on this
196 - #2351653 "crash in ConnectionExists"
+ - Being worked on in the bug tracker
197 - IIS-bug in Digest
-198 - implicit SSL with FileZilla server
-
199 - "Bug 2351645" adjustment of the patch Daniel S applied
+ - Suggested fix posted to list
200 - "afert redirect, the content length is not reset" by Shunlong Bai