diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-14 14:55:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-14 14:55:18 +0000 |
commit | 8061cc6dbc1ee65d49aa2b428cc2b27791457513 (patch) | |
tree | 377cd36a8984c3d1ced560dbeaf7c533a7ec9517 | |
parent | 150d5628317bbe6faef25b9075c73d59f04d28ae (diff) | |
download | coreutils-8061cc6dbc1ee65d49aa2b428cc2b27791457513.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,5 +1,11 @@ 2003-10-14 Jim Meyering <jim@meyering.net> + * Version 5.0.92. + + FIXME: update coreutils.texi: + chmod's new options: --preserve-root and --no-preserve-root. + chown and chgrp have new options: -H -L -P + * tests/chgrp/posix-H: New tests for the above. * tests/chgrp/Makefile.am (TESTS): Add posix-H. @@ -62,10 +68,6 @@ 2003-10-12 Jim Meyering <jim@meyering.net> - * Version 5.0.92. - - FIXME: update coreutils.texi - New options: --preserve-root and --no-preserve-root. * src/chmod.c (change_file_mode): Honor new option. (change_file_mode): Strip trailing slashes on directory |