diff options
author | Jim Meyering <jim@meyering.net> | 2005-06-24 08:05:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-06-24 08:05:54 +0000 |
commit | 36bcf322ce7f58aee1f02c501dd116c2171be8a1 (patch) | |
tree | b84efedb727e8051f4ef556473fdf0e23435f83f | |
parent | a8249aba924e887d50ab0a93867b0b8c061f31c4 (diff) | |
download | coreutils-36bcf322ce7f58aee1f02c501dd116c2171be8a1.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | doc/ChangeLog | 4 |
2 files changed, 9 insertions, 1 deletions
@@ -1,7 +1,11 @@ -2005-06-23 Paul Eggert <eggert@cs.ucla.edu> +2005-06-24 Jim Meyering <jim@meyering.net> * Version 5.3.1. + * src/mv.c (usage): Clarify how --reply=no works. + +2005-06-23 Paul Eggert <eggert@cs.ucla.edu> + Address the following "du" issues: - The option name "--last-time=TYPE" is different from the ls's option diff --git a/doc/ChangeLog b/doc/ChangeLog index 84bc00d9b..71a2cc515 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-24 Jim Meyering <jim@meyering.net> + + * coreutils.texi (cp invocation): Clarify how --reply=no works. + 2005-06-14 William Brendling <wbrendling@gmail.com> * coreutils.texi (du invocation): New options --last-time and |