diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-20 18:42:23 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-20 18:42:23 +0200 |
commit | 366aaf59dcde9d3700346a94562151db6afb3be4 (patch) | |
tree | d65790a8e6d8ce7eb265905604707cca44bb8086 /NEWS | |
parent | 0cf61819479ad43533b6e24d769a8e85c7a17f11 (diff) | |
download | coreutils-366aaf59dcde9d3700346a94562151db6afb3be4.tar.xz |
Document and add a test for today's sort bug fix.
* NEWS: Describe the bug fix.
* tests/sort/Test.pm (obs-inval): Add a test for today's fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ GNU coreutils NEWS -*- outline -*- Using pr -m -s (i.e. merging files, with TAB as the output separator) no longer inserts extraneous spaces between output columns. + Obsolete sort usage with an invalid ordering-option character, e.g., + "env _POSIX2_VERSION=199209 sort +1x" no longer makes sort free an + invalid pointer [introduced in coreutils-6.5] * Noteworthy changes in release 6.8 (2007-02-24) [not-unstable] |