mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
Document getdate changes.
This commit is contained in:
parent
7babf896a7
commit
a4f1136b52
8
NEWS
8
NEWS
@ -36,6 +36,14 @@ GNU coreutils NEWS -*- outline -*-
|
||||
|
||||
cut's --output-delimiter=D option works with abutting byte ranges.
|
||||
|
||||
The --date (-d) option of "date" and "touch" is now pickier about date values:
|
||||
it rejects dates like "January 32" that have out-of-range components.
|
||||
Also, date values can now have leading TZ="..." assignments that override
|
||||
the environment only while that date is being processed. For example,
|
||||
the following shell command converts from Paris to New York time:
|
||||
|
||||
TZ="America/New_York" date --date='TZ="Europe/Paris" 2004-10-31 06:30'
|
||||
|
||||
du no longer segfaults when a subdirectory of an operand
|
||||
directory is removed while du is traversing that subdirectory.
|
||||
Since the bug was in the underlying fts.c module, it also affected
|
||||
|
Loading…
Reference in New Issue
Block a user