From: Gao Xiang Date: Thu, 8 Aug 2024 17:13:10 +0000 (+0800) Subject: erofs-utils: release 1.8 X-Git-Tag: v1.8^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=978be3e9b016d727cc2ba1420f511242a1a79024;p=platform%2Fupstream%2Ferofs-utils.git erofs-utils: release 1.8 Signed-off-by: Gao Xiang --- 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