From: Paul Eggert Date: Fri, 6 May 2005 17:57:59 +0000 (+0000) Subject: dd has new iflag= and oflag= flags "binary" and "text". X-Git-Tag: CPPI-1_12~861 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0fd619103f22dc9ce4ef2835acd2f6985725f84;p=thirdparty%2Fcoreutils.git dd has new iflag= and oflag= flags "binary" and "text". --- diff --git a/ChangeLog b/ChangeLog index 24ffc39268..92aa78a1ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-05-04 Paul Eggert +2005-05-06 Paul Eggert * Version 5.3.1. + * NEWS: dd has new iflag= and oflag= flags "binary" and "text". + * src/dd.c (flags, usage): Add support for "binary" and "text". + +2005-05-04 Paul Eggert + * NEWS: chmod -w now complains if it differs from chmod a-w. * src/chmod.c: Include quotearg.h. (diagnose_surprises): New var.