aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 11:21:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 11:21:37 +0000
commite5641a33bb037de1902ec5aef980f2c97ddfd1e8 (patch)
tree61c3865d477f71a322c7c71363d5deed57f7fbcd
parent9b24c9a7545e642e6e6c2e68930bbade93383287 (diff)
updates
-rw-r--r--RELEASE-NOTES10
-rw-r--r--TODO-RELEASE4
2 files changed, 10 insertions, 4 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e1eb34d36..ed18d786d 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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)
diff --git a/TODO-RELEASE b/TODO-RELEASE
index fbe7f8594..123943ba8 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -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)