aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-17 08:07:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-17 08:07:24 +0000
commit713effb6e4b1efa45d9c707bf6d0b447f9572bbf (patch)
tree2836401217455eb15c445619aad08f7238102297 /CHANGES
parentb92e2ab6b123dafe8154f7058d6a5298f6273968 (diff)
large file FTP upload bug
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b310653eb..4d6fc8c9d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (16 June 2004)
+- Modified to keep the upload byte counter in an curl_off_t, not an int as
+ before. 32bits is not enough. This is most likely the bug Jean-Louis Lemaire
+ reported that makes 2GB FTP uploads to report error ("unaligned file sizes")
+ when completed.
+
Daniel (15 June 2004)
- Luca Alteas reported a problem that I fixed: if you did a POST with
CURLAUTH_DIGEST set but the server didn't require any authentication,