summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0cd615332..89ae5d679 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@ GNU coreutils NEWS -*- outline -*-
latent bug introduced in coreutils 8.1, and possibly a second latent
bug going at least as far back as coreutils 5.97]
+ csplit no longer corrupts heap when writing more than 999 files.
+ Demonstrate with: seq 1000 | csplit - /./ '{*}'
+ [the bug was present in the initial implementation]
+
tail -F once again notices changes in a currently unavailable
remote directory [bug introduced in coreutils-7.5]