summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-30 15:38:23 +0000
committerJim Meyering <jim@meyering.net>2001-09-30 15:38:23 +0000
commit2570759aa0131ae20c77ccc1d6031c62344a8678 (patch)
tree8c2d8448fe0f3540739b88b1b3ade7f92f066c36
parenteb04599224467d748108cd20ee66b771bb10825f (diff)
downloadcoreutils-2570759aa0131ae20c77ccc1d6031c62344a8678.tar.xz
*** empty log message ***
-rw-r--r--old/textutils/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS
index 3750a5cae..4bc6811b2 100644
--- a/old/textutils/NEWS
+++ b/old/textutils/NEWS
@@ -1,4 +1,6 @@
Changes in release 2.1
+[2.0.16]
+* tail -F no longer segfaults
[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',