diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-31 00:21:00 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-07-31 00:27:38 -0700 |
commit | c88f6f22c7d06fe8ab7756ebc6c899b24b32fcee (patch) | |
tree | 7970cb8082b60203db8ae7dd4180b7b1ed7f72d5 /NEWS | |
parent | e9ced81139759d79abb6c985e98a1a84252a2294 (diff) | |
download | coreutils-c88f6f22c7d06fe8ab7756ebc6c899b24b32fcee.tar.xz |
* NEWS: Say that 6.12 preserved ns-resolution timestamps.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1130,6 +1130,12 @@ GNU coreutils NEWS -*- outline -*- * Noteworthy changes in release 6.12 (2008-05-31) [stable] +** New features + + cp, install, mv, and touch now preserve nanosecond resolution on + file timestamps, on platforms that have the 'utimensat' and + 'futimens' system calls. + ** Bug fixes chcon, runcon: --help output now includes the bug-reporting address |