From: Jim Meyering Date: Thu, 12 Jan 2006 07:22:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=395cb7a6b959db6235626385fc6330192c051732;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 547d2906cb..e0d0c4cd9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2006-01-11 Jim Meyering +2006-01-12 Jim Meyering * Version 6.0-cvs. + * tests/misc/test: New file, with a test for one of the + bugs fixed by yesterday's test.c changes. + * tests/misc/Makefile.am (TESTS): Add test. + +2006-01-11 Jim Meyering + * tests/du/long-sloop: New file. Test for today's fts.c bug fix. That bug could make du -L, chgrp -L, or chown -L fail to diagnose a very long sequence of symbolic links (not necessarily a loop).