diff options
author | Jim Meyering <jim@meyering.net> | 2006-03-10 21:44:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-03-10 21:44:30 +0000 |
commit | 6754d7a74f3c04205dc27ee39cc154e429dcfe19 (patch) | |
tree | 967d7489654a4461d38053e2fcc25a3c30fd80e2 /ChangeLog | |
parent | b72303e7e69e764fed3a9a49cded0e9cf12dbf49 (diff) | |
download | coreutils-6754d7a74f3c04205dc27ee39cc154e429dcfe19.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,18 @@ -2006-03-08 Paul Eggert <eggert@cs.ucla.edu> +2006-03-10 Jim Meyering <jim@meyering.net> * Version 6.0-cvs. + Fix a bug whereby a user with write access to a directory being removed + could cause the removal of that directory to fail with an erroneous + diagnostic about a directory cycle. Reported by Vineet Chadha. + + * NEWS: Mention this. + * src/remove.c (AD_pop_and_chdir): If the directory we're about to + leave (and try to rmdir) is the one whose dev_ino is being used to + detect a cycle, reset cycle_check_state.dev_ino to that of the parent. + +2006-03-08 Paul Eggert <eggert@cs.ucla.edu> + * NEWS: Document dd's new 'directory' and 'nolinks' flags. * src/dd.c (set_fd_flags): Handle file-creation flags on file descriptors, rather than ignoring them. |