summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-11 18:31:10 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-11 18:31:10 +0000
commitedfb9f5ba8083967068fdf495b191d4133ae8b5d (patch)
tree14df4ea4e8926d87e984a344ff9ab12a616a50c8
parent15a1aede787dc2c40246564f125d3707f552e469 (diff)
downloadcoreutils-edfb9f5ba8083967068fdf495b191d4133ae8b5d.tar.xz
Updates for cat and md5sum, for text vs binary.
-rw-r--r--doc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index d000e214e..f7195b13d 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,12 @@
+2005-07-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * coreutils.texi (cat invocation): Remove -B or --binary option
+ (available on MS-DOS-like platforms only). Explain when text and
+ binary mode are used now.
+ (md5sum invocation): -b actually does have an effect on Unix: it
+ causes "*" to be output. Explain when text and binary mode are
+ used now.
+
2005-07-03 Jim Meyering <jim@meyering.net>
* coreutils.texi (cp invocation): Mark --reply as deprecated.