From: Paul Eggert Date: Sat, 20 Nov 2004 08:57:21 +0000 (+0000) Subject: Restore dd's noctty flag, reverting the change of 2004-04-08. X-Git-Tag: v5.3.0~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=270b5a9cb1e1455ea4bcbb64fffa8e957828ce6a;p=thirdparty%2Fcoreutils.git Restore dd's noctty flag, reverting the change of 2004-04-08. --- diff --git a/ChangeLog b/ChangeLog index d6d9de4cab..6cb9957afe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2004-11-20 Paul Eggert + + * Version 5.3.0. + + Restore dd's noctty flag, reverting the change of 2004-04-08. + POSIX does not allow "dd" to use O_NOCTTY by default. + * NEWS: Add noctty flag to dd. + * doc/coreutils.texi (dd invocation): Likewise. + * src/dd.c (flags, usage, main): Likewise. + 2004-11-19 Alfred M. Szmidt * src/ls.c (usage): Clarified description of --no-group (-G),