From: Jim Meyering Date: Fri, 10 Nov 2000 16:24:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_32~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=782e6319e5905f2802926e28e14c46b71017a2d9;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 7e13553054..f56dc9f51e 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,7 @@ Changes in release 4.01: [4.0.32] +* touch now interprets a lone numeric argument of 8 or 10 digits as a file name, + rather than as a date/time in the obsolescent `MMDDhhmm[YY]' format. * mkdir no longer sets the permissions of the final directory component if it already exists (this bug, too, was introduced recently) [4.0.31]