From: Jim Meyering Date: Thu, 10 Jul 2003 11:01:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52a2f1542d11e47f6c5aabb87e86c7a8fc12da5;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 55e15101d1..26635e02fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2003-07-09 Jim Meyering +2003-07-10 Jim Meyering * Version 5.0.1. + * src/chown-core.c (change_file_owner): Don't leak file descriptors + when dereferencing symlinks. + +2003-07-09 Jim Meyering + * tests/du/slash: New file/test for today's lib/ftw.c fix. * tests/du/Makefile.am (TESTS): Add slash diff --git a/NEWS b/NEWS index 653b0da190..1245a70871 100644 --- a/NEWS +++ b/NEWS @@ -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