From: Jim Meyering Date: Wed, 26 Apr 2000 12:43:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0cd61ad840d0027306252275354dbbe43015c006;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 539163f0e6..4cbed5d743 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +2000-04-26 Jim Meyering + + * src/mkdir.c: Rename global: s/path_mode/create_parents/. + (main): No longer perform explicit chmod when creating + parent directories, since make_path now does the chmod. + +2000-04-17 Jim Meyering + + * src/chown.c: Accept new option: --from=CURRENT_OWNER:CURRENT_GROUP. + (enum) [FROM_OPTION]: New member. + (long_options): New getopt spec. + (change_file_owner): Add old_user, old_group parameters. Use them. + (change_dir_owner): Likewise. + (usage): Describe. + (main): New case. + From Andries Brouwer. + 2000-04-16 Jim Meyering * src/cp.c: New option: --strip-trailing-slashes.