From: Gao Xiang Date: Sun, 9 Feb 2025 16:00:00 +0000 (+0800) Subject: erofs-utils: release 1.8.5 X-Git-Tag: accepted/tizen/unified/20250610.081809~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bc147fafd53a2a9ff7c22399491079e5bfffafc;p=platform%2Fupstream%2Ferofs-utils.git erofs-utils: release 1.8.5 Signed-off-by: Gao Xiang --- diff --git a/ChangeLog b/ChangeLog index 15e2fa9..22bf6dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +erofs-utils 1.8.5 + + * Another maintenance release includes the following fixes: + - (mkfs.erofs) Support `-Efragdedupe=inode` for multithreading; + - (dump.erofs) Add `--cat` to show file contents (Juan Hernandez); + - (mkfs.erofs) Fix inefficient fragment deduplication; + - (fsck.erofs/erofsfuse) Introduce fragment cache; + - (fsck.erofs) Preserve S{U,G}ID bits properly on extraction; + - (mkfs.erofs, tarerofs) Align non-existent directories with their parents; + - Several minor bugfixes. + + -- Gao Xiang Mon, 10 Feb 2025 00:00:00 +0800 + erofs-utils 1.8.4 * Another maintenance release includes the following fixes: diff --git a/VERSION b/VERSION index f08253d..eda4294 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -1.8.4 -2025-01-03 +1.8.5 +2025-02-10