diff options
-rw-r--r-- | old/textutils/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS index dc500a7b7..5e5a2168c 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,6 +1,7 @@ Changes in release 2.1 [2.0.10] * od is faster and more portable than it was in 2.0.9 +* tail avoids an uninitialized memory reference [2.0.9] * od now prints valid addresses for offsets of 2^32 and larger, and allows the byte offset (-j) and byte count (-N) arguments to be 2^32 and larger. |