diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-23 06:38:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-23 06:38:10 +0000 |
commit | a20eb902b82fbd25773a81b6fefa0635718d1543 (patch) | |
tree | 4ab5c46e2e7f2b05c89e2ab07086b871367e6d98 /old/textutils/NEWS | |
parent | da66e2e769ecffabac1ed2bf1e4dad56356d9d10 (diff) | |
download | coreutils-a20eb902b82fbd25773a81b6fefa0635718d1543.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 1fb1a37f5..2f2205a44 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,6 @@ Changes in release 2.1 [2.0.8] +* od now supports 8-byte integers, assuming they're printable with e.g., %lld * new program: sha1sum * wc accepts new -m option: count (potentially multi-byte) characters * wc's `--chars' option is now equivalent to -m, not --bytes as it used to be |