Mention the AIX-strndup-bug vs. dircolors workaround.
authorJim Meyering <jim@meyering.net>
Sat, 10 Jun 2006 09:41:39 +0000 (09:41 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Jun 2006 09:41:39 +0000 (09:41 +0000)
ChangeLog
NEWS

index fac5fa6..0377cc6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-06-10  Jim Meyering  <jim@meyering.net>
 
+       * NEWS: Mention the AIX-strndup-bug vs. dircolors workaround.
+
        Require a "Version N.M" line at the top of the ChangeLog
        file only when making the actual release, not when running
        "make distcheck".
diff --git a/NEWS b/NEWS
index fdca452..a6b170c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   report the number of used blocks as being "total - available"
   (a negative number) rather than as garbage.
 
-  rm's core is now reentrant: rm --recursive (-r) now processes
-  hierarchies without changing the working directory at all.
+  dircolors: a new autoconf run-test for AIX's buggy strndup function
+  prevents malfunction on that system;  may also affect cut, expand,
+  and unexpand.
 
   fts no longer changes the current working directory, so its clients
   (chmod, chown, chgrp, du) no longer malfunction under extreme conditions.
@@ -17,6 +18,9 @@ GNU coreutils NEWS                                    -*- outline -*-
   pwd and other programs using lib/getcwd.c work even on file systems
   where dirent.d_ino values are inconsistent with those from stat.st_ino.
 
+  rm's core is now reentrant: rm --recursive (-r) now processes
+  hierarchies without changing the working directory at all.
+
 ** Changes in behavior
 
   basename and dirname now treat // as different from / on platforms