aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-07-22 10:08:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-07-22 10:08:59 +0000
commit4bbcc47f3f3a81ada6e7d620400c1388d6161e88 (patch)
tree0b95e077ad0489494b78c7a66aeded94bffe4793 /CHANGES
parent8ab495a0889623e46487764a5ff90b1f1bb1bb0e (diff)
Added test case 354 that makes a simple FTP retrieval without password, which
verifies the bug fix in #1757328.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 39df56125..82ed74886 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
Changelog
+Daniel S (22 July 2007)
+- Added test case 354 that makes a simple FTP retrieval without password, which
+ verifies the bug fix in #1757328.
+
+Daniel S (21 July 2007)
+- To allow more flexibility in FTP test cases, I've removed the enforced states
+ from the test server code as they served no real purpose. The test server
+ is here to serve for the test cases, not to attempt to function as a real
+ server! While at it, I modified test case 141 to better test and verify
+ curl -I on a single FTP file.
+
Daniel S (20 July 2007)
- James Housley fixed the SFTP PWD command to work.