diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-19 13:32:12 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-19 13:32:12 +0000 |
commit | 1837fcdaf5f8d3c4b7f82a9f36401eaa92e5db44 (patch) | |
tree | 98c13d6ee2abe5efcb8dd4dfcc17bb097ceed60b /ChangeLog | |
parent | 07f592d78f66beb77d5d66dde4c6259132cc4376 (diff) | |
download | coreutils-1837fcdaf5f8d3c4b7f82a9f36401eaa92e5db44.tar.xz |
* NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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. |