* NEWS: Mention the chmod fix induced by the recent change to gnulib's openat.m4.
authorJim Meyering <jim@meyering.net>
Wed, 13 Dec 2006 23:22:50 +0000 (00:22 +0100)
committerJim Meyering <jim@meyering.net>
Wed, 13 Dec 2006 23:22:50 +0000 (00:22 +0100)
ChangeLog
NEWS

index 88676bf..76b9603 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-14  Jim Meyering  <jim@meyering.net>
+
+       * NEWS: Mention the chmod fix induced by the 2006-12-11 change
+       to gnulib's m4/openat.m4.
+
 2006-12-13  Andreas Schwab  <schwab@suse.de>
 
        Don't fail if mv/acl test succeeds.
diff --git a/NEWS b/NEWS
index 21f7a48..014ccdd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ GNU coreutils NEWS                                    -*- outline -*-
 
 * Noteworthy changes in release 6.7-dirty (????-??-??) [stable]
 
+** Bug fixes
+
+  chmod no longer fails in an environment (e.g., a chroot) with openat
+  support but with insufficient /proc support.
+
 
 * Noteworthy changes in release 6.7 (2006-12-08) [stable]