diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-28 16:39:32 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-04-28 16:39:32 +0000 |
commit | 142d83fcd69e311a237fbd3d5bac87a16140b822 (patch) | |
tree | eee0a8c269569082aa28e08e2580b171987b364c /NEWS | |
parent | e8b76516bf12572bace25a9b5f3a54cbf519f33e (diff) | |
download | coreutils-142d83fcd69e311a237fbd3d5bac87a16140b822.tar.xz |
Document recent modechange fixes.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -86,6 +86,10 @@ GNU coreutils NEWS -*- outline -*- ** Bug fixes + 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. + dd now computes statistics using a realtime clock (if available) rather than the time-of-day clock, to avoid glitches if the time-of-day is changed while dd is running. Also, it avoids |