erofs-utils: release 1.8.1 v1.8.1
authorGao Xiang <xiang@kernel.org>
Fri, 9 Aug 2024 16:00:00 +0000 (00:00 +0800)
committerGao Xiang <xiang@kernel.org>
Fri, 9 Aug 2024 16:00:00 +0000 (00:00 +0800)
Signed-off-by: Gao Xiang <xiang@kernel.org>
ChangeLog
VERSION

index 344dbed25e0315ac9229be029eeed342fd7e67e3..676243c171370b1c6c26f2bea359012fe761eecb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+erofs-utils 1.8.1
+
+ * A quick maintenance release includes the following fixes:
+   - (mkfs.erofs) fix unexpected data truncation of large uncompressed files;
+   - (erofsfuse) fix decompression errors when using libdeflate compressor;
+   - (mkfs.erofs) fix an out-of-bound memory read issue with kite-deflate.
+
+ -- Gao Xiang <xiang@kernel.org>  Sat, 10 Aug 2024 00:00:00 +0800
+
 erofs-utils 1.8
 
  * This release includes the following updates:
diff --git a/VERSION b/VERSION
index 7d6ba4cefce5cc5f347fcce9231435c3e74e57fe..20a0e9a25f1cb1514a12469cbe81d89d66e4a27d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.8
-2024-08-09
+1.8.1
+2024-08-10