summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-04-22 23:51:34 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-04-22 23:51:34 +0000
commitbd82be6ca9bac434c59276fe98387d1d10cd3cd9 (patch)
treed08f35e0ed76b9de81b6810efb4cfc995abc1ed6 /NEWS
parent406dac38612b26f49ae9ccddb510c387b900c20b (diff)
downloadcoreutils-bd82be6ca9bac434c59276fe98387d1d10cd3cd9.tar.xz
"mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
and similarly for mkfifo and mknod.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ed4b2b939..107674e0d 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,9 @@ GNU coreutils NEWS -*- outline -*-
ls now refuses to generate time stamps containing more than 1000 bytes, to
foil potential denial-of-service attacks on hosts with very large stacks.
+ "mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
+ and similarly for mkfifo and mknod.
+
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
test now detects integer overflow when evaluating large integers,