summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 04ee933c0..52c92ddb4 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,12 @@ GNU coreutils NEWS -*- outline -*-
** Changes in behavior
+ Programs now use the new SI prefixes R (10**27) and Q (10**30)
+ along with their binary counterparts Ri (2**90) and Qi (2**100).
+ In some cases (e.g., 'sort -h') these new prefixes simply work;
+ in others, where they exceed integer width limits, they now elicit
+ the same integer overflow diagnostics as other large prefixes.
+
'cp --reflink=always A B' no longer leaves behind a newly created
empty file B merely because copy-on-write clones are not supported.