diff options
author | Jim Meyering <jim@meyering.net> | 1993-05-22 05:06:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-05-22 05:06:39 +0000 |
commit | 6587c39b3ad22a17a2525597bc8d4712916d29fe (patch) | |
tree | 0e841eb7fb9d97d3e8ae8c26bd4a6b2c337e0ee5 /old/textutils/NEWS | |
parent | d1c5cbfcddaced8d64b23bc3f22bfc4082b58604 (diff) | |
download | coreutils-6587c39b3ad22a17a2525597bc8d4712916d29fe.tar.xz |
merge with 1.5.2
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r-- | old/textutils/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index c63422fe5..0742b700d 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,3 +1,9 @@ +Major changes in release 1.6: +* with the --version option programs print the version and exit immediately +* --compatible makes `tail -0f' work like `tail +1f' for compatibility + with BSD tail. +* pr -2a really terminates + Major changes in release 1.5: * sort is 8-bit clean * sort's -n and -M options no longer imply -b |