diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-21 10:22:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-21 10:22:34 +0000 |
commit | 7f9d95c41d1b778abfc11953684314923b0fa1d8 (patch) | |
tree | 5362518efe66f01a040e5f8780234677d6b74751 /old/fileutils/NEWS | |
parent | 9074a69e21c5fac3bfd28e2b9fe6a737b11cf2ee (diff) | |
download | coreutils-7f9d95c41d1b778abfc11953684314923b0fa1d8.tar.xz |
.
Diffstat (limited to 'old/fileutils/NEWS')
-rw-r--r-- | old/fileutils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 932ff843f..c4115ae43 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -4,6 +4,12 @@ Changes in release 4.1.0: directory, don't treat it as if it were the only argument. Before, `mkdir d; ls no-dir d 2>/dev/null' would act like `ls d' and produce no output. Now, it prints `d:'. +* touch -d 'last friday' would use a time stamp that was one hour off + (e.g., 23:00 on *thursday* rather than 00:00 of the preceding friday) + when run such that the current time and the target date/time fall on + opposite sides of a daylight savings time transition. + This problem arises only with relative date strings like `last monday'. + It is not a problem with strings that include absolute dates. [4.0.43] * regenerate configure-related files using autoconf-2.49d [4.0.42] |