diff options
author | Pádraig Brady <P@draigBrady.com> | 2009-08-29 00:45:15 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2009-08-29 01:37:05 +0100 |
commit | 9e59f8c47ca1d8421efdd930db90fee075557d74 (patch) | |
tree | bc6bd76eb846eab0ffe6d2e829fd8d490b45aec9 /NEWS | |
parent | 72f98388c36676e5c9ba6a72df5693c207862204 (diff) | |
download | coreutils-9e59f8c47ca1d8421efdd930db90fee075557d74.tar.xz |
cp --reflink: preserve attributes on cloned files if asked
* src/copy.c (copy_reg): When cloning only skip the data copying
* tests/cp/reflink-perm: New test to check times and modes copied
* tests/Makefile.am: Reference the new test
* NEWS: Mention the fix
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ GNU coreutils NEWS -*- outline -*- and libraries tested at configure time. [bug introduced in coreutils-7.5] + cp --reflink --preserve now preserves attributes when cloning a file. + [bug introduced in coreutils-7.5] + dd now returns non-zero status if it encountered a write error while printing a summary to stderr. [bug introduced in coreutils-6.11] |