diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2003-07-09 Jim Meyering <jim@meyering.net> +2003-07-10 Jim Meyering <jim@meyering.net> * Version 5.0.1. + * src/chown-core.c (change_file_owner): Don't leak file descriptors + when dereferencing symlinks. + +2003-07-09 Jim Meyering <jim@meyering.net> + * tests/du/slash: New file/test for today's lib/ftw.c fix. * tests/du/Makefile.am (TESTS): Add slash @@ -12,6 +12,7 @@ GNU coreutils NEWS -*- outline -*- - date -d DATE can now parse a DATE string like May-23-2003 ** Bug fixes +- chown --dereference no longer leaks a file descriptor per symlink processed - `du /' once again prints the `/' on the last line - split's --verbose option works once again [broken in 4.5.10 and 5.0] - tail -f is no longer subject to a race condition that could make it |