summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-07 22:57:50 +0100
committerJim Meyering <meyering@redhat.com>2008-02-07 22:58:38 +0100
commitdcc6638e460a6bc67814045b14309c0018ada535 (patch)
tree2a7000125198ccf7ff54f2271efb3c9125198dc6 /ChangeLog
parenta09dadf1004aa07e2c31d95d6c80247fec1fa646 (diff)
downloadcoreutils-dcc6638e460a6bc67814045b14309c0018ada535.tar.xz
NEWS [6.9.90]: head, od, split and tail accept the standard size suffixes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 597db630d..f37a4ef7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-02-07 Jim Meyering <meyering@redhat.com>
+
+ * NEWS [6.9.90]: Mention the added feature that head, od, split and
+ tail now accept the standard size suffixes (kB, M, MB, G, GB, and
+ so on for T, P, Y, Z, and Y) on arguments to selected options.
+
2008-02-06 Steven Schubiger <schubiger@gmail.com>
mkdir, split: write --verbose output to stdout, not stderr.