From: Jim Meyering Date: Thu, 23 Jun 2005 14:47:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~518 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80bceac4eaf094cb9cba18570100f7370d1dc6ad;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 073fe095af..bf6dfb4549 100644 --- a/NEWS +++ b/NEWS @@ -151,6 +151,8 @@ 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. + du accepts new options: --last-time[=TYPE] and --time-style=STYLE + join now supports a NUL field separator, e.g., "join -t '\0'". join now detects and reports incompatible options, e.g., "join -t x -t y",