From: Gao Xiang Date: Fri, 9 Aug 2024 16:00:00 +0000 (+0800) Subject: erofs-utils: release 1.8.1 X-Git-Tag: v1.8.1^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddbed14463fb798eff71fd4d4395357eb598e175;p=platform%2Fupstream%2Ferofs-utils.git erofs-utils: release 1.8.1 Signed-off-by: Gao Xiang --- diff --git a/ChangeLog b/ChangeLog index 344dbed..676243c 100644 --- 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 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 7d6ba4c..20a0e9a 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.8 -2024-08-09 +1.8.1 +2024-08-10