summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-19 10:52:03 +0000
committerJim Meyering <jim@meyering.net>2001-09-19 10:52:03 +0000
commit2b21f12d85915df992316bcc1988d84b4cee1c64 (patch)
tree0ba5adc00945cdd023a316c68f4519812ad64627 /old
parent5a0dcd18c4c3d760e7be168ca94d670515d1a270 (diff)
downloadcoreutils-2b21f12d85915df992316bcc1988d84b4cee1c64.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index fa827cdc5..617ac8523 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,8 +1,9 @@
Changes in release 2.1
[2.0.15]
+* `head -c N' and `od -N N' now read no more than N bytes of input
* tail accepts new option: -F, equivalent to `--follow=name --retry',
for compatibility with FreeBSD and NetBSD versions of tail.
-* fmt no longer segfaults when using a maximum line width larger than 32767
+* fmt no longer segfaults when using a maximum line width larger than 32767
* uniq's --all-repeated option has new modes to delimit groups
of duplicate lines: --all-repeated={precede,separate,none(default)}
[2.0.14]