Mention the permission bug-fix for new files created by --inplace.

This commit is contained in:
Wayne Davison
2006-09-18 00:47:56 +00:00
parent c2b47e31a5
commit dde698c2e8

5
NEWS
View File

@@ -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