diff options
author | Jim Meyering <meyering@redhat.com> | 2009-04-10 10:12:10 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-04-10 10:15:24 +0200 |
commit | 03490e3565f206a0306444e07800973aab551f68 (patch) | |
tree | 1213e41751715367a4f0c37a6d417dd57edb0070 /NEWS | |
parent | 854f76ed4f1ddcd11f9fd76fa8ffe2ad6e546570 (diff) | |
download | coreutils-03490e3565f206a0306444e07800973aab551f68.tar.xz |
gnulib: update to latest: fix ls -v & sort -V
* NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,8 @@ GNU coreutils NEWS -*- outline -*- ls now aligns output correctly in the presence of abbreviated month names from the locale database that have differing widths. + ls -v and sort -V now order names like "#.b#" properly + ** Changes in behavior shred, sort, shuf: now use an internal pseudorandom generator by default. @@ -22,6 +24,7 @@ GNU coreutils NEWS -*- outline -*- [truncation introduced in coreutils-6.11] [infinite loop introduced in coreutils-7.1] + * Noteworthy changes in release 7.2 (2009-03-31) [stable] ** New features |