summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-04-21 07:50:39 +0100
committerPádraig Brady <P@draigBrady.com>2010-04-21 07:55:38 +0100
commit7dc398a30f9edee4af9d0676d7c682db0f83fa8d (patch)
treeecd32b864efbe78fe9ab0e45452e55940c0d2017 /NEWS
parent8fc12909f649fbe75eb84c48ace554ae3e4e6c06 (diff)
downloadcoreutils-7dc398a30f9edee4af9d0676d7c682db0f83fa8d.tar.xz
maint: update a couple of NEWS items for the pending release
* NEWS: Mention that cp and mv from the previous release did not support preserving extended attributes (fixed in e489fd04). Improve the grammar for the "cp capabilities" item.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 32ea39211..c27419cd7 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,10 @@ GNU coreutils NEWS -*- outline -*-
** Bug fixes
- cp now preserves "capabilities" also when preserving file ownership.
+ cp and mv once again support preserving extended attributes.
+ [bug introduced in coreutils-8.4]
+
+ cp now preserves "capabilities" when also preserving file ownership.
ls --color once again honors the 'NORMAL' dircolors directive.
[bug introduced in coreutils-6.11]