aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-21 20:52:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-21 20:52:58 +0000
commitab798fe5ba15c34a890f022b527a3d2a6f37dce3 (patch)
treebd9fcdebe665cee4a3589dc571ea27f72ccc4b31 /CHANGES
parente7d90e08b94fd6acecd1f1437d41b1880dae5efa (diff)
(FTP) a failed upload does not invalidate the control connection
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 971a52f2f..90ec2f095 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (21 September 2006)
+- Added test case 531 in an attempt to repeat bug report #1561470
+ (http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an
+ FTP upload fails with the multi interface. It did not, but I made a failed
+ upload still assume the control connection to be fine.
+
Daniel (20 September 2006)
- Armel Asselin fixed problems when you gave a proxy URL with user name and
empty password or no password at all. Test case 278 and 279 were added to