diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:11:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:11:16 +0000 |
commit | d56c03840b842147763ab5e0430eb977bff4fedb (patch) | |
tree | 611ea1bff0185923a587484e57392fce3fb66232 /RELEASE-NOTES | |
parent | d3d5cdf305f3913c5a313fce379e2da45de90e0a (diff) |
little fixes
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0082740a1..9655660b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,8 @@ This release includes the following changes: This release includes the following bugfixes: + o the progress meter display now handles file sizes up to full 8 exabytes + (which is as high a signed 64 bit number can reach) o general HTTP authentication improvements o HTTP Digest authentication with the proxy works o mulipart formposting with -F and file names with spaces work again @@ -29,11 +31,12 @@ This release includes the following bugfixes: Other curl-related news since the previous public release: - o PycURL 7.11.2 was released: http://pycurl.sourceforge.net + o PycURL 7.11.3 was released: http://pycurl.sourceforge.net This release would not have looked like this without help, code, reports and advice from friends like these: - Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu + Gisle Vanem, Tommy Tam, Luca Altea, James Bursa, Mihai Ionescu, Michael + Benedict Thanks! (and sorry if I forgot to mention someone) |