]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 19 Sep 2001 10:52:03 +0000 (10:52 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Sep 2001 10:52:03 +0000 (10:52 +0000)
old/textutils/NEWS

index fa827cdc51d4fd605e90878224d3551c0f2a5a1f..617ac8523ccb0c096ab7e83cec424804e4ddc6d7 100644 (file)
@@ -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]