summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-08 16:52:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-08 16:52:43 +0000
commitcd8fce3088967ffe7c3e3b4de332c7379705924f (patch)
treedc621a0f53fa24d5123cd0f51a604194065b5d11 /ChangeLog
parent7f26e14e3ad8552a9c81a4665a377b1852b196aa (diff)
downloadcoreutils-cd8fce3088967ffe7c3e3b4de332c7379705924f.tar.xz
cp, ln, mv, rm no longer discard white space when intepreting responses.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 92aa78a1e..d4f728916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-05-06 Paul Eggert <eggert@cs.ucla.edu>
+2005-05-08 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.1.
+ * NEWS: cp, ln, mv, rm no longer discard white space when intepreting
+ responses.
+
+2005-05-06 Paul Eggert <eggert@cs.ucla.edu>
+
* NEWS: dd has new iflag= and oflag= flags "binary" and "text".
* src/dd.c (flags, usage): Add support for "binary" and "text".