From: Wayne Davison Date: Mon, 18 Sep 2006 00:47:56 +0000 (+0000) Subject: Mention the permission bug-fix for new files created by --inplace. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dde698c2e85fc4c76b4df2436030f9108eaec0ed Mention the permission bug-fix for new files created by --inplace. --- 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