diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-26 12:43:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-26 12:43:19 +0000 |
commit | 0cd61ad840d0027306252275354dbbe43015c006 (patch) | |
tree | 907fee95443abc42bffca4e4431daebd787250e1 | |
parent | 5aeb94aeb465247eba01dd019481f53368c6ce39 (diff) | |
download | coreutils-0cd61ad840d0027306252275354dbbe43015c006.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 539163f0e..4cbed5d74 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +2000-04-26 Jim Meyering <meyering@lucent.com> + + * 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 <meyering@lucent.com> + + * 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 <meyering@lucent.com> * src/cp.c: New option: --strip-trailing-slashes. |