diff options
author | Jim Meyering <meyering@redhat.com> | 2009-07-29 12:25:33 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-07-29 12:27:08 +0200 |
commit | bc51349ccd8b946ea974a863dbd83273cb4d4358 (patch) | |
tree | 63a3327e65d6866e9a7c437c117ec369c904c748 | |
parent | 45330176690b079ed47ac7c58f29a1b028f97b07 (diff) | |
download | coreutils-bc51349ccd8b946ea974a863dbd83273cb4d4358.tar.xz |
maint: update NEWS
* NEWS (New features): Mention it.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |