summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-06-23 14:47:27 +0000
committerJim Meyering <jim@meyering.net>2005-06-23 14:47:27 +0000
commit80bceac4eaf094cb9cba18570100f7370d1dc6ad (patch)
tree8098acce46474cd9e1984f3dc68d6b1967e2d1c4 /NEWS
parent888d47b2b2108188dad377ed4a4dbbc58e9d5d1f (diff)
downloadcoreutils-80bceac4eaf094cb9cba18570100f7370d1dc6ad.tar.xz
*** empty log message ***
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 073fe095a..bf6dfb454 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",