From: Paul Eggert Date: Sun, 19 Dec 2004 13:32:12 +0000 (+0000) Subject: * NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`. X-Git-Tag: v5.3.0~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1837fcdaf5f8d3c4b7f82a9f36401eaa92e5db44;p=thirdparty%2Fcoreutils.git * NEWS: Mention that one should eval "`dircolors`" rather than `dircolors`. --- diff --git a/ChangeLog b/ChangeLog index 3d7462d144..1fadc5f86c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2004-12-17 Jim Meyering +2004-12-19 Paul Eggert * Version 5.3.0. + * NEWS: Mention that one should eval "`dircolors`" rather than + `dircolors`. + +2004-12-17 Jim Meyering + * tests/mv/hard-link-1: Rearrange to use newer trap-handling code, so temporary directories aren't left behind upon e.g., interrupt.