summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 03:45:31 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 03:45:31 +0000
commitbd8218fbe9558f9dfbffadd670580f602949d015 (patch)
tree5920f58cc32d19e8c1db2d8875aaccf96a4fca2f /old
parentd52bc6822032c11b732acc528485baee49c3c3d9 (diff)
downloadcoreutils-bd8218fbe9558f9dfbffadd670580f602949d015.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 11fa377cc..7542b75fc 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -32,6 +32,7 @@ User-visible changes in release 1.14
* tr 'a[b*512]' '[a*]' < /dev/null terminates
* tr '[:*3][:digit:]' 'a-m' and tr 'a[=*2][=c=]' 'xyyz' no longer fail
* special characters in tr's string1 and string2 may be escaped with backslash
+
User-visible changes in release 1.13
* md5sum: with --check, distinguish between open/read failure and bad checksum
* md5sum: remove -h, -s, -v short options
@@ -44,6 +45,7 @@ User-visible changes in release 1.13
* sort accepts -.1 +.2 options for compatibility
* od works properly when dump limit is specified and is a multiple of
bytes_per_block (set by --width, 16 by default).
+
User-visible changes in release 1.12
* sort no longer reports spurious errors on Ultrix systems
* new program: md5sum