From: Jim Meyering Date: Thu, 13 Oct 2005 14:16:19 +0000 (+0000) Subject: Document dircolors change of 2005-09-05. X-Git-Tag: v5.91~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=757e44d875c4de467c8ae353077c7f43705c064e;p=thirdparty%2Fcoreutils.git Document dircolors change of 2005-09-05. --- diff --git a/NEWS b/NEWS index 8455d5a46b..d4eb940319 100644 --- a/NEWS +++ b/NEWS @@ -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'".