diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-10 11:01:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-10 11:01:09 +0000 |
commit | d52a2f1542d11e47f6c5aabb87e86c7a8fc12da5 (patch) | |
tree | f9b295ee75fae3228520101db20cc187e2e96798 | |
parent | e2e3a9a41ccd404c2d1fe25e851d8f9bd5091414 (diff) | |
download | coreutils-d52a2f1542d11e47f6c5aabb87e86c7a8fc12da5.tar.xz |
*** empty log message ***
-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 |