summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-04-07 20:46:27 +0200
committerJim Meyering <jim@meyering.net>2007-04-07 20:51:13 +0200
commit4d484fe09feb198a8129fea29b4db50891988f62 (patch)
tree8d88c2ee6f11bd212be8677830739294ebbc012f /ChangeLog
parentd63623eb7cd6a086e52f58b02fecdd2c41b9e402 (diff)
downloadcoreutils-4d484fe09feb198a8129fea29b4db50891988f62.tar.xz
Add a test for, and document, today's fix.
* NEWS: Mention today's ls --color fix. * tests/ls-2/tests (sl-target): Add a test for today's fix. * THANKS: Add Kirk Kelsey.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f95dcfd86..a40c398d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-04-07 Jim Meyering <jim@meyering.net>
+
+ Add a test for, and document, today's fix.
+ * NEWS: Mention today's ls --color fix.
+ * tests/ls-2/tests (sl-target): Add a test for today's fix.
+ * THANKS: Add Kirk Kelsey.
+
2007-04-07 Eric Blake <ebb9@byu.net>
Fix a bug in how the LS_COLORS ln=target attribute is handled.