From: Jim Meyering Date: Sat, 21 Apr 2001 10:22:34 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0_44~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f9d95c41d1b778abfc11953684314923b0fa1d8;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 932ff843f9..c4115ae43d 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]