summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-19 17:29:40 -0700
committerEric Blake <ebb9@byu.net>2009-12-19 17:32:45 -0700
commit01e4f003a08f8235b0e01d2b5129080d346cc18c (patch)
treeaeb1808676c019c268a0ce656b8920de288b8f23 /NEWS
parent54dcfab19011f6678926dab311c13c90a676a735 (diff)
downloadcoreutils-01e4f003a08f8235b0e01d2b5129080d346cc18c.tar.xz
touch: fix ctime regression in 'touch -a'
Regression introduced in coreutils 8.1 due to a bug in the Linux kernel implementation of utimensat with mtime of UTIME_OMIT. * gnulib: Update to latest, to pick up utimensat fix. * NEWS: Mention the change. * THANKS: Update. Reported by John Stanley.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f0b71a8c8..e0287cca5 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ GNU coreutils NEWS -*- outline -*-
a commmand of the above form would fail for all subdirectories.
[bug introduced in coreutils-8.0]
+ touch -a once again guarantees that a file's change time is
+ adjusted, working around a bug in current Linux kernels.
+ [bug introduced in coreutils-8.1]
+
* Noteworthy changes in release 8.2 (2009-12-11) [stable]