From: Jim Meyering Date: Sun, 23 Jul 2000 18:29:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0x~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=894d51af470dc63bc56554d8e59854c20fd6078b;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f0ceb0947a..460f618b87 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-07-23 Jim Meyering + * Version 4.0x. + * src/dd.c (main): Give a better diagnostic for e.g., `dd if=/dev/fd0 seek=100000000000'. Convert "`%s'" in format strings to "%s", and wrap each diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index f31d95a00b..11262b6884 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,5 +1,6 @@ Changes in release 4.1: [4.0x] +* Fix cp so that `cp -r DIR1/ DIR2' works properly once again. * New ls option --quoting-style=clocale acts like --quoting-style=locale, except that it quotes "like this" by default instead of `like this'. [4.0w]