summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-12-19 13:32:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-12-19 13:32:12 +0000
commit1837fcdaf5f8d3c4b7f82a9f36401eaa92e5db44 (patch)
tree98c13d6ee2abe5efcb8dd4dfcc17bb097ceed60b /ChangeLog
parent07f592d78f66beb77d5d66dde4c6259132cc4376 (diff)
downloadcoreutils-1837fcdaf5f8d3c4b7f82a9f36401eaa92e5db44.tar.xz
* NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d7462d14..1fadc5f86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2004-12-17 Jim Meyering <jim@meyering.net>
+2004-12-19 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.0.
+ * NEWS: Mention that one should eval "`dircolors`" rather than
+ `dircolors`.
+
+2004-12-17 Jim Meyering <jim@meyering.net>
+
* tests/mv/hard-link-1: Rearrange to use newer trap-handling code,
so temporary directories aren't left behind upon e.g., interrupt.