From: Jim Meyering Date: Wed, 5 Jan 2005 22:08:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94ca29d7d717309e5df13be1ae8d118022255f69;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index f93a54f463..38bce93cd9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.3.0. + * tests/help-version: Punt on the uptime test, since it fails when + it can't get boot time, and I don't want that to stop `make check'. + * src/du.c (process_file): Evaluate exclusion rules against the entire file name, not just the last component. Reported by Robert Lindgren.