summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 18:36:27 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 18:36:27 +0000
commit67c22b0af278f61fb2d6ec27941b1ca0b9944008 (patch)
tree3957be34a19b2ba21eecba4aa5f5121fa2721762 /NEWS
parent3be772cf1e1fae78f4857ad3106c3500be82c4cc (diff)
downloadcoreutils-67c22b0af278f61fb2d6ec27941b1ca0b9944008.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f46845cc2..667f902fd 100644
--- a/NEWS
+++ b/NEWS
@@ -7,10 +7,18 @@ GNU coreutils NEWS -*- outline -*-
split accepts a new option -d or --numeric-suffixes.
+ cp, install, mv, and touch now preserve microsecond resolution on
+ file timestamps, on platforms that have the 'utimes' system call.
+ Unfortunately there is no system call yet to preserve file
+ timestamps to their full nanosecond resolution; microsecond
+ resolution is the best we can do right now.
+
** Bug fixes
`split -a0' works once again.
+ `df DIR' used to hang under some conditions on OSF/1 5.1. Now it doesn't.
+
* Major changes in release 5.0.90: