btrfs-progs: fi: enable fi usage for filesystem on top of seed device
[platform/upstream/btrfs-progs.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index ba7df2a..1bf16f8 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,22 @@
+btrfs-progs-4.13.3 (2017-10-16)
+  * check: fix --force, wrong check for a mounted block device
+  * build: fix --with-convert parsing
+  * subvol list: don't list TOPLEVEL
+  * other: update tests
+
+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