From 8a1f48df025879405686c3b47b1c6d103f31940a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 28 Jul 2016 14:18:59 +0200 Subject: [PATCH] btrfs-progs: update CHANGES for 4.7.2 Signed-off-by: David Sterba --- CHANGES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES b/CHANGES index c19ed2c5..03168517 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,17 @@ +btrfs-progs-4.7.2 (2016-09-05) + * check: + * urgent fix: false report of backref mismatches; do not --repair + last unaffected version 4.6.1 (code reverted to that state) + * fuzzing and fixes + * added more sanity checks for various structures + * testing images added + * build: udev compatibility: do not install .rules on version < 190 + * other: + * dump-super: do not crash on garbage value in csum_type + * minor improvements in messages and help strings + * documentation: + * filesystem features + btrfs-progs-4.7.1 (2016-08-25) * check: * new optional mode: optimized for low memory usage (memory/io tradeoff)