diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2007-04-02 18:27:34 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-04-02 18:29:41 +0200 |
commit | a3b65a63a0ecbd617f59572add0109e5e5944acf (patch) | |
tree | 27f1da6c06b5da20ec63d6040e02795f2570cff9 /NEWS | |
parent | 0b39324840ff0e6dc9b5c1666658af67b8205849 (diff) | |
download | coreutils-a3b65a63a0ecbd617f59572add0109e5e5944acf.tar.xz |
* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:
ls -x DIR would sometimes output the wrong string in place of the
first entry.
* NEWS: Mention the bug fix.
* tests/ls/x-option: New file.
* tests/ls/Makefile.am (TESTS): Add x-option.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ GNU coreutils NEWS -*- outline -*- Add SELinux support (FIXME: add details here) +** Bug fixes + + ls -x DIR would sometimes output the wrong string in place of the + first entry. [introduced in coreutils-6.8] + * Noteworthy changes in release 6.9 (2007-03-22) [stable] |