diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-07 16:37:33 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-07 16:37:33 +0000 |
commit | b3361039bbd28f24d9485644b0533eee5df1a799 (patch) | |
tree | 1f99f4cf9ac850972707c2d9b6ef610fc31e8f33 | |
parent | aafd2487a7c03e4273084dda8afb53f369d76229 (diff) | |
download | coreutils-b3361039bbd28f24d9485644b0533eee5df1a799.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -55,6 +55,9 @@ GNU coreutils NEWS -*- outline -*- paste no longer mistakenly outputs 0xff bytes for a nonempty input file without a trailing newline. + `tail -n0 -f FILE' and `tail -c0 -f FILE' no longer perform what amounted + to a busy wait, rather than sleeping between iterations. + * Major changes in release 5.0.90: |