erofs-utils: release 1.8.2 v1.8.2
authorGao Xiang <xiang@kernel.org>
Mon, 23 Sep 2024 16:00:00 +0000 (00:00 +0800)
committerGao Xiang <xiang@kernel.org>
Mon, 23 Sep 2024 16:00:00 +0000 (00:00 +0800)
Signed-off-by: Gao Xiang <xiang@kernel.org>
ChangeLog
VERSION

index 676243c171370b1c6c26f2bea359012fe761eecb..03269a3eeaf97edf548181cbd6f17d7b5dd9afb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+erofs-utils 1.8.2
+
+ * Another maintenance release includes the following fixes:
+   - (mkfs.erofs) Fix build on GNU/Hurd (Ahelenia ZiemiaƄska);
+   - (mkfs.erofs) Fix maximum volume label length (Naoto Yamaguchi);
+   - (mkfs.erofs) Correctly skip unidentified xattrs (Sandeep Dhavale);
+   - (fsck.erofs) Support exporting xattrs optionally (Hongzhen Luo);
+   - (mkfs.erofs) Correctly sort shared xattrs (Sheng Yong);
+   - (mkfs.erofs) Allow pax headers with empty names;
+   - (mkfs.erofs) Add `--sort=none` option for tarballs;
+   - (mkfs.erofs) Fix broken compressed packed inodes (Danny Lin);
+   - Several minor random fixes.
+
+ -- Gao Xiang <xiang@kernel.org>  Tue, 24 Sep 2024 00:00:00 +0800
+
 erofs-utils 1.8.1
 
  * A quick maintenance release includes the following fixes:
diff --git a/VERSION b/VERSION
index 20a0e9a25f1cb1514a12469cbe81d89d66e4a27d..168fdfdb8cf571e30e86228b08fcc4387313c99f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-1.8.1
-2024-08-10
+1.8.2
+2024-09-24