diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,12 +1,20 @@ GNU coreutils NEWS -*- outline -*- -* Noteworthy changes in release 6.10 (2008-01-22) [stable] +* Noteworthy changes in release 6.?? (2008-??-??) [stable] ** Bug fixes ls no longer segfaults on files in /proc when linked with an older version of libselinux. E.g., ls -l /proc/sys would dereference a NULL pointer. + "rmdir --ignore-fail-on-non-empty" detects and ignores the failure + in more cases when a directory is empty. + + +* Noteworthy changes in release 6.10 (2008-01-22) [stable] + +** Bug fixes + Fix a non-portable use of sed in configure.ac. [bug introduced in coreutils-6.9.92] |