aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-17 21:44:57 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-17 21:44:57 +0000
commit7f496d8c3fd286f5d9738c8ad13f35912d7a6b7a (patch)
treecb8b94e27900f37561fb973371f6fe613e3d4938 /CHANGES
parent048c74f2fad85c24a8d36b06a944884686a99f61 (diff)
Changed some FTP tests to validate the format of the PORT and EPRT commands
sent by curl, if not the addresses themselves.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 361e81662..cee4d48c8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Dan F (17 September 2007)
+- Added hooks to the test suite to make it possible to test a curl running
+ on a remote host.
+
+- Changed some FTP tests to validate the format of the PORT and EPRT commands
+ sent by curl, if not the addresses themselves.
+
Daniel S (15 September 2007)
- Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTP
proxies for FTP urls.