]> granicus.if.org Git - curl/commitdiff
Removed:
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Feb 2008 21:25:00 +0000 (21:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Feb 2008 21:25:00 +0000 (21:25 +0000)
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

TODO-RELEASE

index 042888d6bc303e5f20435163be1440c9d3881b03..65289df2bebe08c322b1c9cdf9f4675bf25f88bd 100644 (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 -