summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-04-28 14:09:11 +0200
committerJim Meyering <meyering@redhat.com>2009-04-28 14:32:26 +0200
commitd76a1c2a2d3a70d971854f209e7ea6b3623a2cca (patch)
treea361d30483c46a0681526eb810aaa6edf70e1f3b
parentdbd17157d7e693b8de9737f802db0e235ff5a3e6 (diff)
downloadcoreutils-d76a1c2a2d3a70d971854f209e7ea6b3623a2cca.tar.xz
misc: alphabetize NEWS entries
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 1b4268475..82cf9c5d8 100644
--- a/NEWS
+++ b/NEWS
@@ -9,10 +9,6 @@ GNU coreutils NEWS -*- outline -*-
Also, cp no longer suppresses attribute-preservation diagnostics
when preserving SELinux context was explicitly requested.
- sort -m no longer segfaults when its output file is also an input file.
- E.g., with this, touch 1; sort -m -o 1 1, sort would segfault.
- [introduced in coreutils-7.2]
-
ls now aligns output correctly in the presence of abbreviated month
names from the locale database that have differing widths.
@@ -21,6 +17,10 @@ GNU coreutils NEWS -*- outline -*-
mv: do not print diagnostics when failing to preserve xattr's on file
systems without xattr support.
+ sort -m no longer segfaults when its output file is also an input file.
+ E.g., with this, touch 1; sort -m -o 1 1, sort would segfault.
+ [introduced in coreutils-7.2]
+
** Changes in behavior
shred, sort, shuf: now use an internal pseudorandom generator by default.