summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-24 09:53:57 +0200
committerJim Meyering <jim@meyering.net>2007-09-27 10:53:08 +0200
commitbeaa39a649939cf19994bf773871a810ef896701 (patch)
tree0554eb184af1630bb51519035722fac2c5b14330 /ChangeLog
parent23d293cbc2d894d7ad10859421b655d1cb201c5b (diff)
downloadcoreutils-beaa39a649939cf19994bf773871a810ef896701.tar.xz
Add a test to exercise a readlink bug.
* tests/misc/readlink-fp-loop: New file. Test for the readlink bug fixed through today's change to Gnulib's canonicalize module. * tests/misc/Makefile.am (TESTS): Add readlink-fp-loop. Bug report and a test case from mpb.mail@gmail.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed52ad042..0e3ff577b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-09-27 Jim Meyering <jim@meyering.net>
+
+ Add a test to exercise a readlink bug.
+ * tests/misc/readlink-fp-loop: New file. Test for the readlink bug
+ fixed through today's change to Gnulib's canonicalize module.
+ * tests/misc/Makefile.am (TESTS): Add readlink-fp-loop.
+ Bug report and a test case from mpb.mail@gmail.com.
+
2007-09-25 Pádraig Brady <P@draigBrady.com>
* doc/coreutils.texi (date invocation):