From dde698c2e85fc4c76b4df2436030f9108eaec0ed Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 18 Sep 2006 00:47:56 +0000 Subject: [PATCH] Mention the permission bug-fix for new files created by --inplace. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 7c929ecb..0e7de1a9 100644 --- a/NEWS +++ b/NEWS @@ -68,6 +68,11 @@ Changes since 2.6.8: - Fixed a recent bug where an --exclude='*' could affect the root (/) of the filesystem with --relative enabled. + - When --inplace creates a file, it is now created with owner read/write + permissions (0600) instead of no permissions at all. This avoids a + problem continuing a transfer that was interrupted (since --inplace + will not update a file that has no write permissions). + ENHANCEMENTS: - Added the --log-file=FILE and --log-file-format=FORMAT options. These -- 2.34.1