diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-04-21 07:50:39 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-04-21 07:55:38 +0100 |
commit | 7dc398a30f9edee4af9d0676d7c682db0f83fa8d (patch) | |
tree | ecd32b864efbe78fe9ab0e45452e55940c0d2017 /NEWS | |
parent | 8fc12909f649fbe75eb84c48ace554ae3e4e6c06 (diff) | |
download | coreutils-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-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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] |