summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2019-01-26 00:37:47 +0000
committerDimitri John Ledkov <xnox@ubuntu.com>2019-01-26 00:37:47 +0000
commit2fd02b1f5f50d499b8f19d0cc5e9bc9ed7e686cd (patch)
tree7557002a8de5892b17c04d1afcd8fdc99a0af4e7 /CHANGES
parent03b9f8baf40383f4c2d709c656ca35bd75362dff (diff)
New upstream release
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