diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-28 21:25:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-28 21:25:00 +0000 |
commit | d83606ee3a8b52e891bd5114e53e705f586a5e27 (patch) | |
tree | 1596c780fb1b8bcfdbf270dc388ba9993e27401e /TODO-RELEASE | |
parent | 8f4fda1d6f5ec6f8fd977111a730e2a867ae5238 (diff) | |
download | curl-d83606ee3a8b52e891bd5114e53e705f586a5e27.tar.gz |
Removed:
121 - Kaspar Brand's and Guenter Knauf's work on the TLS extension Server Name
Indication is now committed
122 - Progress callback not called during failed socket connect with the multi
interface, is now simply pending a closure since no feedback has been
received lately.
Added:
123 - Mike Protts' SFTP resume download
124 - Anatoli Tubman's fix for a Negotiate: crash
125 - Michal Marek's typechecker-gcc work
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 042888d6b..65289df2b 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -4,11 +4,10 @@ To be addressed before 7.18.1 (planned release: April 2008) 119 - Christian Buchner's mentioned race condition in win32 gethostbyname_thread http://curl.haxx.se/mail/lib-2008-02/0000.html -121 - Kaspar Brand's and Guenter Knauf's work on the TLS extension Server Name - Indication (RFC 4366) http://curl.haxx.se/mail/lib-2008-02/0050.html +123 - Mike Protts' SFTP resume download -122 - Progress callback not called during failed socket connect with the multi - interface as reported in the bug #1891355: - http://curl.haxx.se/bug/view.cgi?id=1891355 +124 - Anatoli Tubman's fix for a Negotiate: crash -123 - +125 - Michal Marek's typechecker-gcc work + +126 - |