summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-12 14:00:32 +0200
committerJim Meyering <meyering@redhat.com>2009-09-14 15:27:51 +0200
commit20761ce686a15fa97353fd78b663bfd933840fc2 (patch)
tree5b841f05c1f4da81cf88d8241d37107f2e83a7d0 /NEWS
parentdf84346ebc2a359f58c914488a08462dfe293f76 (diff)
downloadcoreutils-20761ce686a15fa97353fd78b663bfd933840fc2.tar.xz
touch: don't reject "60" as number of seconds in a legacy time stamp
A valid command like "touch -t 197101010000.60 F" would fail due to the suffix of ".60". This bug is fixed via the latest change to gnulib's posixtm module. * tests/touch/60-seconds: New test. * tests/Makefile.am (TESTS): Add it. * NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 30f314449..963ea43d1 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ GNU coreutils NEWS -*- outline -*-
when the source file doesn't have write access.
[bug introduced in coreutils-7.1]
+ touch -t [[CC]YY]MMDDhhmm[.ss] now accepts a timestamp string ending in .60,
+ to accommodate leap seconds.
+
** Changes in behavior
id no longer prints SELinux " context=..." when the POSIXLY_CORRECT