aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-02-28 08:40:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-02-28 08:40:57 +0000
commit7e049fca6198d90912cb519de8178827c4b49601 (patch)
tree13f854c785921bf32d281d03e8dd3d0793cd71a4 /CHANGES
parent0f0e4de6a4905eeeccc8d5f77351d526316da5bd (diff)
recent stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index daa7644dd..c3906b33b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,21 @@
Changelog
+Daniel (27 Feb)
+- Avery Fay pointed out the very misleading curl_multi_info_read man page, and
+ I updated it to become more accurate.
+
+- Salvatore Sorrentino found a problem with FTP downloading that turned out to
+ be his FTP server returning size zero (0 bytes) when SIZE was used on a file
+ while being in BINARY mode. We now make a second check for the actual size
+ by scanning the RETR reply anyway, even if the SIZE command returned 0.
+
+Daniel (26 Feb)
+- Kyle Sallee reported a case where he would do a transfer that didn't update
+ the progress meter properly. It turned out to be a case where libcurl would
+ loop a little too eagerly in the tranfer loop, which isn't really good for
+ the APIs, especially not the multi API.
+
Version 7.10.4-pre2 (24 Feb 2003)
Daniel (24 Feb)