1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
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
This commit is contained in:
Daniel Stenberg 2008-02-28 21:25:00 +00:00
parent 8f4fda1d6f
commit d83606ee3a

View File

@ -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 -