diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-29 20:34:21 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-29 20:34:21 +0000 |
commit | ab48b17dca6cf92ccf26360f8dc9d0c29bdcbbcf (patch) | |
tree | 9f6cce18796f7b84323c5a54a1db78c34d8bf34f | |
parent | d2ca2163c6fbf4b87213889a4f112bdefea29933 (diff) | |
download | coreutils-ab48b17dca6cf92ccf26360f8dc9d0c29bdcbbcf.tar.xz |
.
-rw-r--r-- | old/fileutils/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/old/fileutils/NEWS b/old/fileutils/NEWS index 62a621870..5a9de8301 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 |