aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGao Xiang <xiang@kernel.org>2023-09-21 11:30:00 +0800
committerGao Xiang <xiang@kernel.org>2023-09-21 11:33:01 +0800
commitce36273833096f1b7e828309d9b1caa37132092d (patch)
tree9f48da6fa53660381fa0025776d5724d3fedf0c8
parent06707199af110224b1af6e2990bd775b9ef179f8 (diff)
downloaderofs-utils-ce36273833096f1b7e828309d9b1caa37132092d.tar.gz
erofs-utils: release 1.7v1.7
Signed-off-by: Gao Xiang <xiang@kernel.org>
-rw-r--r--ChangeLog16
-rw-r--r--VERSION4
2 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ef57d6..2387d07 100644
--- 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 d91f3f0..04ee5d6 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.6
-2023-03-12
+1.7
+2023-09-21