]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Restore dd's noctty flag, reverting the change of 2004-04-08.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Nov 2004 08:57:21 +0000 (08:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 20 Nov 2004 08:57:21 +0000 (08:57 +0000)
ChangeLog

index d6d9de4cab88533374c38d6f4ece561c37495350..6cb9957afeeca6c7f25e6486f5278728d88f6626 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <ams@gnu.org>
 
        * src/ls.c (usage): Clarified description of --no-group (-G),