diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2011-05-25 22:11:08 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-05-25 23:04:12 +0100 |
commit | e89c998a9ecbe0a1b29d7e6c97531d5069877087 (patch) | |
tree | 1a556d33c38ffdabcfd43ce96c3f79dcd8f76383 /NEWS | |
parent | bf9d4f1317e1247e16a643128a60620444d7049f (diff) | |
download | coreutils-e89c998a9ecbe0a1b29d7e6c97531d5069877087.tar.xz |
chmod: output the original mode in verbose mode
* src/chmod.c (describe_change): Pass in the original mode,
and output this in the messages.
* tests/chmod/c-option: Adjust as per the new message.
* THANKS.in: Remove the now auto-generated name.
* NEWS: Mention the change in behavior.
Signed-off-by: Pádraig Brady <P@draigBrady.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ GNU coreutils NEWS -*- outline -*- split --number l/... no longer creates extraneous files in certain cases. [bug introduced in coreutils-8.8] +** Changes in behavior + + chmod -v and -c now output the original mode in the messages. + ** New features split accepts a new --filter=CMD option. With it, split filters output |