]> granicus.if.org Git - curl/commitdiff
updates
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jan 2004 11:21:37 +0000 (11:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Jan 2004 11:21:37 +0000 (11:21 +0000)
RELEASE-NOTES
TODO-RELEASE

index e1eb34d36a4351ecf082c12ccf5dbf178843bb04..ed18d786dab0b74b04cb0eb22a85725dd8b7ca80 100644 (file)
@@ -9,7 +9,13 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
- o 
+ o upload using chunked transfer-encoding now sends the last chunk properly
+   teriminated with an extra CRLF
+ o Fixed the progress meter display for files >2GB
+ o persistant connections over a proxy messed up the proxy name/password
+ o the socks5 code segfaulted if no username/password was set
+ o the *_LARGE options now take curl_off_t types as parameters and this will
+   make it possible to handle large files on windows too
 
 Other curl-related news since the previous public release:
 
@@ -18,6 +24,6 @@ Other curl-related news since the previous public release:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
+ Gisle Vanem, Vincent Bronner, Richard Bramante
 
         Thanks! (and sorry if I forgot to mention someone)
index fbe7f8594d2d7b75bc3267017521446ca91704f6..123943ba8e2dac6c3d7fc5c083894af99f24cf00 100644 (file)
@@ -8,8 +8,8 @@ To get fixed in 7.11.1
 1. Introduce a new error code indicating authentication problems (for proxy
    CONNECT error 407 for example). #845941 UNASSIGNED
 
-4. Multi-threaded OpenSSL usage needs to be addressed (Dirk Manske has stepped
-   forward on this)
+4. Multi-threaded OpenSSL usage. Dirk Manske stepped forward. This will be
+   addressed by a note in the docs!
 
 6. REST fix for servers not behaving well on >2GB requests (some outstanding
    issues, Dave Meyer works on this)