summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-06 17:57:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-06 17:57:59 +0000
commitc0fd619103f22dc9ce4ef2835acd2f6985725f84 (patch)
tree2d1a9b911476cbb2a331bb5b88036fae4764cacc /ChangeLog
parentb3f58e2acf0c52790d9a0962bba510b8c8af8ab2 (diff)
downloadcoreutils-c0fd619103f22dc9ce4ef2835acd2f6985725f84.tar.xz
dd has new iflag= and oflag= flags "binary" and "text".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 24ffc3926..92aa78a1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-05-04 Paul Eggert <eggert@cs.ucla.edu>
+2005-05-06 Paul Eggert <eggert@cs.ucla.edu>
* 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 <eggert@cs.ucla.edu>
+
* NEWS: chmod -w now complains if it differs from chmod a-w.
* src/chmod.c: Include quotearg.h.
(diagnose_surprises): New var.