erofs-utils: release 1.9.4 Signed-off-by: Gao Xiang <xiang@kernel.org>
diff --git a/ChangeLog b/ChangeLog index 2da30fc..4b2549c 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,14 @@ +erofs-utils 1.9.4 + +* A quick maintenance release includes the following fixes: + + - (fsck.erofs, dump.erofs) Fix image extraction when `-Efragments` is + enabled (Seula Lee); + - (mkfs.erofs) Fix multi-threaded compression crashes on macOS + (Isaiah DeRose-Wilson). + + -- Gao Xiang <xiang@kernel.org> Wed, 19 Aug 2026 19:30:00 +0800 + erofs-utils 1.9.3 * A quick maintenance release includes the following fixes:
diff --git a/VERSION b/VERSION index 6307339..932ed8d 100644 --- a/VERSION +++ b/VERSION
@@ -1,2 +1,2 @@ -1.9.3 -2026-08-05 +1.9.4 +2026-08-19