diff options
author | Jim Meyering <jim@meyering.net> | 1996-10-21 13:46:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-10-21 13:46:50 +0000 |
commit | 543f479cc8bc7d1cad98bfd09b208dcb2237afaa (patch) | |
tree | 1f856957eae438b5cbfb75906d1b1b136af8155c /old/textutils | |
parent | 4b1e41570b93b6212f6df17c8a1b721ae84d4a9c (diff) | |
download | coreutils-543f479cc8bc7d1cad98bfd09b208dcb2237afaa.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 109558cb1..45ba367d2 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,6 +1,7 @@ Changes in release 1.20 * tr '[:lower:]' '[:upper:]' no longer fails when LC_CTYPE is set to - iso_8859_1 on Solaris + iso_8859_1 on Solaris -- or any other character set with differing + numbers of uppercase and lowercase characters * split and tail diagnose unrecognized multiplier suffixes, in e.g., `split --bytes=1M' (should be `-b 1m' or `--bytes=1m') * fix bug in md5sum's handling of partial reads |