summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-20 08:57:21 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-20 08:57:21 +0000
commit270b5a9cb1e1455ea4bcbb64fffa8e957828ce6a (patch)
treec2bbb5d2a9d936d98e85160e5a78f1172d38edc6 /ChangeLog
parente5526bf63c2444b0ccf81706526f451cd48507d5 (diff)
downloadcoreutils-270b5a9cb1e1455ea4bcbb64fffa8e957828ce6a.tar.xz
Restore dd's noctty flag, reverting the change of 2004-04-08.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d9de4ca..6cb9957af 100644
--- 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),