summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f4017f43..6f8ee276 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,27 @@
+btrfs-progs-4.20.1 (2019-01-23)
+ * libbtrfs: fix build of external tools due to missing symbols
+ * ci: enable library test
+
+btrfs-progs-4.20 (2019-01-19)
+ * new feature: metadata uuid
+ * lightweight change of UUID without rewriting all metadata
+ (incompatible change)
+ * done by btrfstune -m/-M
+ * needs kernel support, 5.0+
+ * image:
+ * fix block groups when restoring from multi-device image
+ * only enlarge result image if it's a regular file
+ * check
+ * more device extent checks and fixes
+ * can repair dir item with mismatched hash
+ * mkfs: uuid tree created with proper contents
+ * fix mount point detection due to partial prefix match
+ * other:
+ * new tests
+ * libbtrfsutil: fix tests if kernel lacks support for new subvolume ioctls
+ * build fixes
+ * doc fixes
+
btrfs-progs-4.19.1 (2018-12-05)
* build fixes
* big-endian builds fail due to bswap helper clashes