summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2011-05-25 22:11:08 +0100
committerPádraig Brady <P@draigBrady.com>2011-05-25 23:04:12 +0100
commite89c998a9ecbe0a1b29d7e6c97531d5069877087 (patch)
tree1a556d33c38ffdabcfd43ce96c3f79dcd8f76383 /NEWS
parentbf9d4f1317e1247e16a643128a60620444d7049f (diff)
downloadcoreutils-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--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 502a5c6cf..c4238f42d 100644
--- a/NEWS
+++ b/NEWS
@@ -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