diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,7 +1,23 @@ -2004-06-29 Paul Eggert <eggert@cs.ucla.edu> +2004-07-01 Jim Meyering <jim@meyering.net> * Version 5.3.0. + * man/sync.x: Use "file system" rather than "filesystem". + * man/stat.x, man/df.x: Likewise. + +2004-06-30 Paul Eggert <eggert@cs.ucla.edu> + + * src/df.c (usage, main): Output "file system" rather than + "filesystem". + * src/du.c (usage): Likewise. + * src/shred.c (usage): Likewise. + * src/stat.c (usage): Likewise. + * src/stat.c (long_options, usage): Rename "--filesystem" to + "--file-system". But keep the old name around, for compatibility + reasons. + +2004-06-29 Paul Eggert <eggert@cs.ucla.edu> + Add support for --no-target-directory option. * NEWS: Document it. |