summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-04 17:22:08 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-04 17:22:08 +0000
commit28bbebfb8974dc0c3dd64e456447b9fbacc38dac (patch)
treeb0c5c8b9d63586902b68330cf9e332d79dc22826 /NEWS
parent6383922a134a2695e6cb7cc76de1d1873d9410e4 (diff)
downloadcoreutils-28bbebfb8974dc0c3dd64e456447b9fbacc38dac.tar.xz
chmod -w now complains if it differs from chmod a-w.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 902b1ad36..019563f2a 100644
--- a/NEWS
+++ b/NEWS
@@ -124,6 +124,9 @@ GNU coreutils NEWS -*- outline -*-
** New features
+ chmod -w now complains if its behavior differs from what chmod a-w
+ would do, and similarly for chmod -r, chmod -x, etc.
+
join now supports a NUL field separator, e.g., "join -t '\0'".
join now detects and reports incompatible options, e.g., "join -t x -t y",