aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-05-09 18:24:27 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-05-09 18:24:27 +0000
commit41ba7666f0d67617462c717ef0a859c3347dd3b3 (patch)
treef7778e245450e125de916362ffb89c67fd7fefc1 /CHANGES
parent4367e0513acedbc645c6b1a09946da7bd4167b78 (diff)
Kristian Gunstone fixed a problem where overwriting an uploaded file with
sftp didn't truncate it first, which would corrupt the file if the new file was shorter than the old.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f8b55e73a..f41bce449 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
\___|\___/|_| \_\_____|
Changelog
+Dan F (9 May 2007)
+- Kristian Gunstone fixed a problem where overwriting an uploaded file with
+ sftp didn't truncate it first, which would corrupt the file if the new
+ file was shorter than the old.
Dan F (8 May 2007)
- Added FTPS test cases 406 and 407