diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-01 14:33:23 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-01 14:33:23 +0000 |
commit | e9d60320abd1c7552c2446c61434d3057ce05ba9 (patch) | |
tree | aaaa45b8bea37cfedeb9ca94fcee232f96f37f56 /NEWS | |
parent | dfdf88d425d6a66a07b52334d675e884452ed768 (diff) | |
download | coreutils-e9d60320abd1c7552c2446c61434d3057ce05ba9.tar.xz |
"chmod +1 foo" is now diagnosed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ GNU coreutils NEWS -*- outline -*- chmod, mkdir, mkfifo, and mknod formerly mishandled rarely-used symbolic permissions like =xX and =u, and did not properly diagnose some invalid - strings like g+gr and ug,+x. These bugs have been fixed. + strings like g+gr, ug,+x, and +1. These bugs have been fixed. dd now computes statistics using a realtime clock (if available) rather than the time-of-day clock, to avoid glitches if the |