diff options
Diffstat (limited to 'old/textutils/NEWS')
-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 |