diff options
author | Jim Meyering <meyering@redhat.com> | 2008-06-22 12:26:53 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-22 12:27:49 +0200 |
commit | 574f7614039ce5b4c00808acc42d97856d4ff7d9 (patch) | |
tree | d19eb0c9bb6de043ddf1e11e6ae269bd162e1e8b /NEWS | |
parent | c1aabf84e6493c09d30fb535485124e91fcc4109 (diff) | |
download | coreutils-574f7614039ce5b4c00808acc42d97856d4ff7d9.tar.xz |
stat: warn that the --context (-Z) option (a no-op) is obsolete
* src/stat.c (main): It will be removed in a couple years.
* NEWS (Change in behavior): Mention this.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -46,6 +46,12 @@ GNU coreutils NEWS -*- outline -*- specifiers, and no longer prints fields that resulted entirely from padding the input out to the least common multiple width. +** Changes in behavior + + stat's --context (-Z) option has always been a no-op. + Now it evokes a warning that it is obsolete and will be removed. + + * Noteworthy changes in release 6.12 (2008-05-31) [stable] ** Bug fixes |