]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 13:46:50 +0000 (13:46 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 21 Oct 1996 13:46:50 +0000 (13:46 +0000)
old/textutils/NEWS

index 109558cb1952f43b953ba623f4e427ae362acf93..45ba367d25418afc861d06158ddb0211b1c23790 100644 (file)
@@ -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