From 3e7bd0dcea493c2f0d638645f6e7ff36aac3834b Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 28 Jul 2017 15:29:46 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for v4.13.2 Signed-off-by: David Sterba --- CHANGES | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGES b/CHANGES index ba7df2a7..0635fbb8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +btrfs-progs-4.13.2 (2017-10-06) + * subvol list: + * don't list toplevel subvolume among deleted (broken since 4.8.3) + * minor adjustments of uuid print format + * subvol delete: + * fix swapped behaviour of --commit-each and --commit-after + * fix potentially lost sync if subvolumes are from different filesystems + * check: add cache for metadata blocks, should improve performance + * other: + * new tests, testsuite updates + * doc updates + * cleanups + btrfs-progs-4.13.1 (2017-09-25) * image: speed up generating the sanitized names, do not generate unprintable chars * completion: add missing commands, better mount point detection