diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-18 23:56:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-18 23:56:59 +0000 |
commit | 2bd66cf7fcc2296af4d6b84079ff63330eed1433 (patch) | |
tree | 54c442d95127df934e4452f47f1923bf24e72aa2 /old/textutils | |
parent | 8e7e29d1de6823fc4f4e98c873c58d904a1e7b36 (diff) | |
download | coreutils-2bd66cf7fcc2296af4d6b84079ff63330eed1433.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 93a9c1e11..9419bc99e 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,10 +1,11 @@ Changes in release 2.1 +[2.0.20] +* tr no longer gets failed a assertion for [==] or [::] * The following obsolete usages are no longer supported on systems conforming to POSIX 1003.1-2001: - sort +POS1 -POS2 (Use sort -k instead.) - tail +N (Use tail -n instead.) - uniq +N (Use uniq -s instead.) -[2.0.20] * sort -m no longer segfaults when given an empty file * sort -S now accepts 'K' as a synonym for 'k'. * wc recognizes all locale-defined white-space characters, not just those |