From: Gao Xiang Date: Fri, 13 Dec 2024 16:00:00 +0000 (+0800) Subject: erofs-utils: release 1.8.3 X-Git-Tag: accepted/tizen/unified/20250610.081809~79 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d6c5d48615e23cd47cf9eb793904aedbb93ff4e;p=platform%2Fupstream%2Ferofs-utils.git erofs-utils: release 1.8.3 Signed-off-by: Gao Xiang --- diff --git a/ChangeLog b/ChangeLog index 03269a3..bdfa66c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +erofs-utils 1.8.3 + + * Another maintenance release includes the following fixes: + - (mkfs.erofs) Fix multi-threaded compression with `-Eall-fragments`; + - (mkfs.erofs) Fix large chunk-based image generation; + - (mkfs.erofs) Avoid large arrays on the stack (Jianan Huang); + - (mkfs.erofs) Fix PAX format parsing in headerball mode (Mike Baynton); + - (mkfs.erofs) Several fixes for incremental builds (Hongzhen Luo); + - (mkfs.erofs) Fix reproducible builds due to `i_ino` (Jooyung Han); + - Use pkg-config for liblz4 configuration; + - Get rid of pthread_cancel() dependencies; + - (mkfs.erofs) Add `-U ` support; + - (mkfs.erofs) Add `--hard-dereference` for NixOS reproducibility (Paul Meyer); + - Several minor random fixes. + + -- Gao Xiang Sat, 14 Dec 2024 00:00:00 +0800 + erofs-utils 1.8.2 * Another maintenance release includes the following fixes: diff --git a/VERSION b/VERSION index 168fdfd..205d56c 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.8.2 -2024-09-24 +1.8.3 +2024-12-14