diff options
author | Jim Meyering <jim@meyering.net> | 2007-07-24 10:00:59 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-07-24 10:01:44 +0200 |
commit | 813d66cea7bab1a98c5a096b325bdba49b5e2eac (patch) | |
tree | 45508419b07a9e52505737dd18089f5f6c45d2fb /NEWS | |
parent | c12bf5fb7ff8a40884a99332fb20abc9c53be75c (diff) | |
download | coreutils-813d66cea7bab1a98c5a096b325bdba49b5e2eac.tar.xz |
NEWS: Move the other "sort" entry from the 6.9 section into 6.10 "Bug fixes".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -90,6 +90,10 @@ GNU coreutils NEWS -*- outline -*- seq no longer mishandles obvious cases like "seq 0 0.000001 0.000003", so workarounds like "seq 0 0.000001 0.0000031" are no longer needed. + 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] + sorting very long lines (relative to the amount of available memory) no longer provokes unaligned memory access @@ -118,10 +122,6 @@ 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] ** Bug fixes |