diff options
author | Jim Meyering <jim@meyering.net> | 2007-02-03 20:02:48 +0100 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-02-03 20:02:48 +0100 |
commit | d2823705664b838ca91017d6703b54d42f128bed (patch) | |
tree | e5717cd32cfbd0357abcba5a2e6b914684c10205 /ChangeLog | |
parent | b28a8851ed22dbf0cd123974a0c97ae0b82bec2b (diff) | |
download | coreutils-d2823705664b838ca91017d6703b54d42f128bed.tar.xz |
Test for today's gnulib/lib/getcwd.c fix affecting pwd and readlink
* NEWS: Mention the bug fix.
* tests/misc/pwd-unreadable-parent: New file.
* tests/misc/Makefile.am (TESTS): Ad pwd-unreadable-parent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2007-02-03 Jim Meyering <jim@meyering.net> + + Test for today's gnulib/lib/getcwd.c fix affecting pwd and readlink + * NEWS: Mention the bug fix. + * tests/misc/pwd-unreadable-parent: New file. + * tests/misc/Makefile.am (TESTS): Ad pwd-unreadable-parent. + 2007-02-02 Paul Eggert <eggert@cs.ucla.edu> * NEWS: Document fix for cp --preserve=mode. |