summaryrefslogtreecommitdiff
path: root/old/textutils/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'old/textutils/NEWS')
-rw-r--r--old/textutils/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 4cd0478d7..df71b4645 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,3 +1,11 @@
+User-visible changes in release 1.10
+* cut interprets -d '' to mean `use the NUL byte as the delimiter.' rather
+ than reporting that no delimiter was specified.
+* `echo a:b:c: | cut -d: -f3,4' prints `c:'. Before it printed just `c'.
+* cut has been rewritten, is markedly faster for large inputs, and passes a
+ fairly large test suite.
+* sort properly handles the argument to the -T option.
+
Major changes in release 1.9.1:
* cut no longer ignores the last line of input when that line lacks a
trailing newline character