From 43cfb1d9389d98ee3691f8056dd4af8c4847c726 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Sat, 25 Mar 2023 19:37:01 +0100 Subject: [PATCH] btrfs-progs: update CHANGES for 6.2.2 Signed-off-by: David Sterba --- CHANGES | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES b/CHANGES index e7680aeb..99cda88b 100644 --- a/CHANGES +++ b/CHANGES @@ -15,6 +15,22 @@ btrfs-progs-6.2.1 (2023-02-03) * fix build with crypto libraries * CI images updated, build tests extended +btrfs-progs-6.2.2 (2023-03-25) +"""""""""""""""""""""""""""""" + * fix build on old x86 architectures with builtin crypto + * device stats: fix printing wrong values in tabular output + * qgroup show: fix qgroup id formatting in json output + * restore: fix restoring xattrs on directories + * restore: don't modify metadata in dry-run mode + * balance: fix some cases wrongly parsed as old syntax + * balance: warn when deprecated syntax is used + * seeding: fall back to old way if sysfs device fsid is not available + * convert: handle orphan file ext4 feature + * other: + * sync ioctl definitions + * enable github CI + * update documentation + btrfs-progs-6.1 (2022-12-22) ---------------------------- * NOTE: this version breaks build of applications using ctree.h and qgroup items