diff options
author | Jim Meyering <jim@meyering.net> | 2007-05-07 21:56:27 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-05-07 21:56:27 +0200 |
commit | cdd66362dc88370c1372f76a5573cb486d1c23c9 (patch) | |
tree | 6bed2bc77c389e9c94a3cac5956ff72c75b08682 | |
parent | 283dadf09520fcde40fe39d091694ff80bc28ee4 (diff) | |
download | coreutils-cdd66362dc88370c1372f76a5573cb486d1c23c9.tar.xz |
* NEWS: Mention that last week's tr bug dates back to 1992.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2007-05-07 Jim Meyering <jim@meyering.net> + + * NEWS: Mention that last week's tr bug dates back to 1992. + 2007-05-04 Jim Meyering <jim@meyering.net> Avoid test failure when run with an unusual umask. @@ -24,7 +24,7 @@ GNU coreutils NEWS -*- outline -*- [this bug is present at least as far back as textutils-1.22 (Jan, 1997)] tr -c no longer aborts when translating with Set2 larger than the - complement of Set1. + complement of Set1. [introduced with the original version, in 1992] * Noteworthy changes in release 6.9 (2007-03-22) [stable] |