Document dircolors change of 2005-09-05.

This commit is contained in:
Jim Meyering 2005-10-13 14:16:19 +00:00
parent 898e531c01
commit 757e44d875

4
NEWS
View File

@ -203,6 +203,10 @@ GNU coreutils NEWS -*- outline -*-
dd has new iflag= and oflag= flags "binary" and "text", which have an
effect only on nonstandard platforms that distinguish text from binary I/O.
dircolors now supports SETUID, SETGID, STICKY_OTHER_WRITABLE,
OTHER_WRITABLE, and STICKY, with ls providing default colors for these
categories if not specified by dircolors.
du accepts new options: --time[=TYPE] and --time-style=STYLE
join now supports a NUL field separator, e.g., "join -t '\0'".