summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-02-20 02:33:14 +0000
committerJim Meyering <jim@meyering.net>1996-02-20 02:33:14 +0000
commit4d81490eb3ab0792e99602930bd16bd0b9c0089d (patch)
treeee761de2dc9f02cf5bb6601f7a898a0ee70278a3
parent28a24ea3be811a54eb0239f205cd89f23ad322af (diff)
downloadcoreutils-4d81490eb3ab0792e99602930bd16bd0b9c0089d.tar.xz
.
-rw-r--r--old/textutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 7359c9e63..4714fd11d 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,3 +1,6 @@
+User-visible changes in release 1.15
+* sort accepts new option: -z for NUL terminated records
+* join 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.