]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* NEWS: Mention the three noteworthy changes, all fixed via gnulib.
authorJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 09:14:15 +0000 (10:14 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 22 Nov 2006 09:14:15 +0000 (10:14 +0100)
ChangeLog
NEWS

index 3ac63fb00ab0b6cf0acee7d3b27cf0db4c2672e3..4944ef66800b62ec94e6e1ca4417f42213e0e59b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-22  Jim Meyering  <jim@meyering.net>
+
+       * NEWS: Mention the three noteworthy changes, all fixed via gnulib.
+
 2006-11-21  Jim Meyering  <jim@meyering.net>
 
        * tests/rm/one-file-system: Upon setup failure (e.g., mount failure),
diff --git a/NEWS b/NEWS
index 596eea1c9a9ac231c18ef6d078e269ea8f5a7fdd..aa93aad6730c511f9c89cec2e1578cbf548948c8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,21 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 * Noteworthy changes in release 6.6-pre (????-??-??)
 
+** Bug fixes
+
+  ls would segfault (dereference a NULL pointer) for a file with a
+  nameless group or owner.  This bug was introduced in coreutils-6.5.
+
+  A bug in the latest official m4/gettext.m4 (from gettext-0.15)
+  made configure fail to detect gettext support, due to the unusual
+  way in which coreutils uses AM_GNU_GETTEXT.
+
+** Improved robustness
+
+  Now, du (and the other fts clients: chmod, chgrp, chown) honor a
+  trailing slash in the name of a symlink-to-directory even on
+  Solaris 9, by working around its buggy fstatat implementation.
+
 
 * Major changes in release 6.5 (2006-11-19) [stable]