diff --git a/ChangeLog b/ChangeLog index 88676bf8f..76b960338 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-12-14 Jim Meyering + + * NEWS: Mention the chmod fix induced by the 2006-12-11 change + to gnulib's m4/openat.m4. + 2006-12-13 Andreas Schwab Don't fail if mv/acl test succeeds. diff --git a/NEWS b/NEWS index 21f7a4880..014ccdd8f 100644 --- 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]