summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2009-08-29 00:45:15 +0100
committerPádraig Brady <P@draigBrady.com>2009-08-29 01:37:05 +0100
commit9e59f8c47ca1d8421efdd930db90fee075557d74 (patch)
treebc6bd76eb846eab0ffe6d2e829fd8d490b45aec9 /NEWS
parent72f98388c36676e5c9ba6a72df5693c207862204 (diff)
downloadcoreutils-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 90721357b..39666faa3 100644
--- a/NEWS
+++ b/NEWS
@@ -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]