From: Jim Meyering Date: Sun, 29 Dec 1996 20:34:21 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_14b~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab48b17dca6cf92ccf26360f8dc9d0c29bdcbbcf;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 62a6218..5a9de83 100644 --- a/old/fileutils/NEWS +++ b/old/fileutils/NEWS @@ -1,8 +1,14 @@ Changes in release 3.15: [3.14b]: +* ls --color properly restores color attributes upon completion when the + normal (`no') color attribute is not the default color. +* with ls -s --color, the `total' and size of the first file are printed +* ls --color stats symlinks and distinguishes between regular symlinks + and orphan ones. * cp --preserve preserves owner and group of symlinks on Linux when run with EUID == 0 -[3.14a]: +* dircolors no longer accepts --print-data-base (alternate spelling of + --print-database) Changes in release 3.14: * ls --color highlights based on suffix rules only for regular files * touch --date=DATE accepts dates like those in an RCS log listing, e.g., @@ -11,7 +17,6 @@ Changes in release 3.14: * df accepts -F as a synonym for -t for compatibility with Solaris * cp -i /dev/null existing-file now prompts before overwriting the target * ls --color highlights orphaned symlinks text on terminals that support it - [3.13i] * ls -l honors current locale with respect to abbreviated month names (and, with --full-time day names) on systems with a locale-supporting strftime function, e.g., ones based on recent versions of the GNU C library