erofs-utils: release 1.7
authorGao Xiang <xiang@kernel.org>
Thu, 21 Sep 2023 03:30:00 +0000 (11:30 +0800)
committerGao Xiang <xiang@kernel.org>
Thu, 21 Sep 2023 03:33:01 +0000 (11:33 +0800)
Signed-off-by: Gao Xiang <xiang@kernel.org>
ChangeLog
VERSION

index 0ef57d65ba64c733a570da33b86650e5441b8dc9..2387d0761ab9973f83aa0305f339a57d37b635f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+erofs-utils 1.7
+
+ * This release includes the following updates:
+   - support arbitrary valid block sizes in addition to page size;
+   - (mkfs.erofs) arrange on-disk meta with Breadth-First Traversal instead;
+   - support long xattr name prefixes (Jingbo Xu);
+   - support UUID functionality without libuuid (Norbert Lange);
+   - (mkfs.erofs, experimental) add DEFLATE algorithm support;
+   - (mkfs.erofs, experimental) support building images directly from tarballs;
+   - (dump.erofs) print more superblock fields (Guo Xuenan);
+   - (mkfs.erofs, experimental) introduce preliminary rebuild mode (Jingbo Xu);
+   - various bugfixes and cleanups (Sandeep Dhavale, Guo Xuenan, Yue Hu,
+           Weizhao Ouyang, Kelvin Zhang, Noboru Asai, Yifan Zhao and Li Yiyan);
+
+ -- Gao Xiang <xiang@kernel.org>  Thu, 21 Sep 2023 00:00:00 +0800
+
 erofs-utils 1.6
 
  * This release includes the following updates:
diff --git a/VERSION b/VERSION
index d91f3f0832620edf3fe385cd6a3d93d8e1ea08f0..04ee5d67d30898b1f49e67715754acc98bfbbfb8 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.6
-2023-03-12
+1.7
+2023-09-21