diff options
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/fileutils/NEWS | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index f0ceb0947..460f618b8 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 2000-07-23 Jim Meyering <meyering@lucent.com> + * 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 f31d95a00..11262b688 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] |