aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-03-30 01:13:47 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-03-30 01:13:47 +0000
commitffb11ad5c69a71f12b8e28912019e87bdfa76d35 (patch)
tree311d56de43d2a34a88266d63b7b26dafc5705214 /CHANGES
parentfbb1e49215e613b0462ba2d154c545424640f4bf (diff)
Don't tear down the ftp connection if the maximum filesize was exceeded
and added tests 290 and 291 to check.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d4d9f5837..ba60cb202 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
Changelog
+Dan F (29 March 2007)
+- Don't tear down the ftp connection if the maximum filesize was exceeded
+ and added tests 290 and 291 to check.
+
+- Added ftps upload and SSL required tests 401 and 402.
+
+- Send an EOF message before closing an SCP channel, as recommended by
+ RFC4254. Enable libssh2 tracing when ssh debugging is turned on.
+
Yang Tse (27 March 2007)
- Internal function Curl_select() renamed to Curl_socket_ready()