From: Jim Meyering Date: Sun, 6 Jun 2004 14:20:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=558c5aa7ffe45f0847428dfc8fa2b529e428b30f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index e57915cb08..21c757bb63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-06-04 Paul Eggert +2004-06-05 Paul Eggert * Version 5.3.0. + * src/tr.c (main): "tr -d a b" is now a fatal error even if + POSIXLY_CORRECT is set. The POSIX SYNOPSIS does not allow this + option combination. + +2004-06-04 Paul Eggert + * src/shred.c (dopass): Don't subtract 1 from the offset after a write error. Problem reported by Jon Peatfield in: http://lists.gnu.org/archive/html/bug-coreutils/2004-06/msg00020.html