aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-20 14:15:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-20 14:15:10 +0000
commited2b831afe08cebe49450a8823a399a2bb62e6ba (patch)
treea328f49ac191908fc727f0718485b1d49d50c455 /CHANGES
parentf481b3e1dc2428783cbafa3839e56d26444c24d4 (diff)
three more fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index caa6dfa9c..bd4e11a36 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
Changelog
+Daniel (20 November)
+- Joshua Kapell filed bug report #845247 as he found an endless loop when
+ getting a 407 back from a proxy when no user+password was given.
+
+Daniel (19 November)
+- Kevin Roth fixed a progress-bar problem on Windows.
+
+- While working with Nicolas Croiset's bug report #843739, I noticed two minor
+ problems related to ftp partial downloads: if a partial transfer is
+ detected, we must close the connection as we cannot know in what state it is
+ anymore. This looks like a ProFTPD bug:
+ http://curl.haxx.se/mail/lib-2003-11/0079.html
+
Daniel (17 November)
- Maciej W. Rozycki made the script use a cache variable for the writable argv
test. This way, the default can be overridden better (for cross-compiles