diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-12 14:00:32 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-14 15:27:51 +0200 |
commit | 20761ce686a15fa97353fd78b663bfd933840fc2 (patch) | |
tree | 5b841f05c1f4da81cf88d8241d37107f2e83a7d0 /NEWS | |
parent | df84346ebc2a359f58c914488a08462dfe293f76 (diff) | |
download | coreutils-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-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |