erofs-utils: release 1.8 v1.8
authorGao Xiang <xiang@kernel.org>
Thu, 8 Aug 2024 17:13:10 +0000 (01:13 +0800)
committerGao Xiang <xiang@kernel.org>
Thu, 8 Aug 2024 17:27:28 +0000 (01:27 +0800)
Signed-off-by: Gao Xiang <xiang@kernel.org>
ChangeLog
VERSION

index 99220c8c44dcb91b92bf3f06f33cd766ecd71eb0..344dbed25e0315ac9229be029eeed342fd7e67e3 100644 (file)
--- 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 <xiang@kernel.org>  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 8cf9ed885812754b21f7460c7c46d9ac4564ff0d..7d6ba4cefce5cc5f347fcce9231435c3e74e57fe 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.7.1
-2023-10-20
+1.8
+2024-08-09