summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-02-08 21:37:26 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-02-08 21:37:26 +0000
commit57d4ab66744e4fb08fcd64cb5413855c14715c7f (patch)
tree28308cc80e42f8f816fce35aa77082dcfb7c6a2e /NEWS
parent8388a2febc253d23a25abc3ff545be9fe5c3b949 (diff)
downloadcoreutils-57d4ab66744e4fb08fcd64cb5413855c14715c7f.tar.xz
Document stat -f -c %S, plus changes to default formats.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da19996af..f703e6ee3 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,11 @@ GNU coreutils NEWS -*- outline -*-
test now detects integer overflow when evaluating large integers,
rather than silently wrapping around.
+** New features
+
+ stat -f -c %S outputs the fundamental block size (used for block counts).
+ stat -f's default output format has been changed to output this size as well.
+
* Major changes in release 5.3.0 (2005-01-08) [unstable]
** Bug fixes