From bd82be6ca9bac434c59276fe98387d1d10cd3cd9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 22 Apr 2005 23:51:34 +0000 Subject: [PATCH] "mkdir -m =+x dir" no longer ignores the umask when evaluating "+x", and similarly for mkfifo and mknod. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index ed4b2b9..107674e 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, -- 2.7.4