From: Jim Meyering Date: Wed, 29 Jul 2009 10:25:33 +0000 (+0200) Subject: maint: update NEWS X-Git-Tag: v7.5~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc51349ccd8b946ea974a863dbd83273cb4d4358;p=thirdparty%2Fcoreutils.git maint: update NEWS * NEWS (New features): Mention it. --- diff --git a/NEWS b/NEWS index e476f2b961..80c60e2efa 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,9 @@ GNU coreutils NEWS -*- outline -*- chroot now accepts the options --userspec and --groups. + cp, install, mv: take advantage of btrfs' O(1) copy-on-write feature + when both the source and destination are on the same btrfs partition. + sort accepts a new option, --human-numeric-sort (-h): sort numbers while honoring human readable suffixes like KiB and MB etc.