From: Jim Meyering Date: Tue, 21 Dec 2004 09:58:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68244d7def8c44e3256c6c018ffa46df878a5d62;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b83695392c..11026a47c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ * Version 5.3.0. + * src/csplit.c (usage): Say the default names are `xx00, xx01, ...', + not `xx01, xx02, ...'. + Reported by Matt Kraai in http://bugs.debian.org/286605 + * tests/misc/split-fail: Avoid spurious failure on x86 solaris2.9 when using c89.