From 978be3e9b016d727cc2ba1420f511242a1a79024 Mon Sep 17 00:00:00 2001 From: Gao Xiang Date: Fri, 9 Aug 2024 01:13:10 +0800 Subject: [PATCH] erofs-utils: release 1.8 Signed-off-by: Gao Xiang --- ChangeLog | 16 ++++++++++++++++ VERSION | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99220c8..344dbed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +erofs-utils 1.8 + + * This release includes the following updates: + - (mkfs.erofs) support multi-threaded compression (Yifan Zhao); + - support Intel IAA hardware accelerator with Intel QPL; + - add preliminary Zstandard support; + - (erofsfuse) use FUSE low-level APIs and support multi-threading (Li Yiyan); + - (mkfs.erofs) support tar source without data (Mike Baynton); + - (mkfs.erofs) support incremental builds (incomplete, EXPERIMENTAL); + - (mkfs.erofs) other build performance improvements; + - (erofsfuse) support building erofsfuse as a static library (ComixHe); + - various bugfixes and cleanups (Sandeep Dhavale, Noboru Asai, + Luke T. Shumaker, Yifan Zhao, Hongzhen Luo and Tianyi Liu). + + -- Gao Xiang Fri, 09 Aug 2024 00:00:00 +0800 + erofs-utils 1.7.1 * A quick maintenance release includes the following fixes: diff --git a/VERSION b/VERSION index 8cf9ed8..7d6ba4c 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.7.1 -2023-10-20 +1.8 +2024-08-09 -- 2.34.1