erofs-utils: release 1.8.5
authorGao Xiang <xiang@kernel.org>
Sun, 9 Feb 2025 16:00:00 +0000 (00:00 +0800)
committerGao Xiang <xiang@kernel.org>
Sun, 9 Feb 2025 16:00:00 +0000 (00:00 +0800)
Signed-off-by: Gao Xiang <xiang@kernel.org>
ChangeLog
VERSION

index 15e2fa9fb24d72106eb490a3211ca3f248a4a294..22bf6dd2ee5c28dbd69e80bfbf221ef822d5de0d 100644 (file)
--- 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 <xiang@kernel.org>  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 f08253d384d303d772668ddaf31297e3d9cdf228..eda42949090690781941f8f802675ca55237dbb4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.8.4
-2025-01-03
+1.8.5
+2025-02-10