summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-05-31 03:45:16 +0000
committerJim Meyering <jim@meyering.net>1996-05-31 03:45:16 +0000
commitd52bc6822032c11b732acc528485baee49c3c3d9 (patch)
treece0aaa6c3546d4a0020113e03f576cfb94471204 /old
parent090cd9f443f158f552e278908e2ac1a1cd2679a2 (diff)
downloadcoreutils-d52bc6822032c11b732acc528485baee49c3c3d9.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 51724c4bb..11fa377cc 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -3,6 +3,7 @@ Changes in release 1.16
character in a field that has fewer than N characters
* tail with old-style options like -20k and +31m operates on units of bytes,
as the --help usage message says. Before, it used units of lines.
+
Changes in release 1.15
* od gives better diagnostics for invalid format specs
* uses automake-generated Makefile templates
@@ -16,6 +17,7 @@ Changes in release 1.15
* sort accepts new option: -z for NUL terminated records
* join accepts new option: --ignore-case, -i
* uniq accepts new option: --ignore-case, -i
+
User-visible changes in release 1.14
* sort -i and sort -d properly order strings containing ignored characters
* nl: rename misleading --first-page=N option to --starting-line-number=N.