generated from deepin-community/template-repository-main
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilities for EROFS File System Issue: deepin-community/sig-deepin-sysdev-team#552 Log: update repo
- Loading branch information
Showing
79 changed files
with
6,532 additions
and
3,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,43 @@ | ||
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 <[email protected]> Tue, 24 Sep 2024 00:00:00 +0800 | ||
|
||
erofs-utils 1.8.1 | ||
|
||
* A quick maintenance release includes the following fixes: | ||
- (mkfs.erofs) fix unexpected data truncation of large uncompressed files; | ||
- (erofsfuse) fix decompression errors when using libdeflate compressor; | ||
- (mkfs.erofs) fix an out-of-bound memory read issue with kite-deflate. | ||
|
||
-- Gao Xiang <[email protected]> Sat, 10 Aug 2024 00:00:00 +0800 | ||
|
||
erofs-utils 1.8 | ||
|
||
* This release includes the following updates: | ||
- (mkfs.erofs) support multi-threaded compression (Yifan Zhao); | ||
- support Intel IAA hardware accelerator with Intel QPL; | ||
- add preliminary Zstandard support; | ||
- (erofsfuse) use FUSE low-level APIs and support multi-threading (Li Yiyan); | ||
- (mkfs.erofs) support tar source without data (Mike Baynton); | ||
- (mkfs.erofs) support incremental builds (incomplete, EXPERIMENTAL); | ||
- (mkfs.erofs) other build performance improvements; | ||
- (erofsfuse) support building erofsfuse as a static library (ComixHe); | ||
- various bugfixes and cleanups (Sandeep Dhavale, Noboru Asai, | ||
Luke T. Shumaker, Yifan Zhao, Hongzhen Luo and Tianyi Liu). | ||
|
||
-- Gao Xiang <[email protected]> Fri, 09 Aug 2024 00:00:00 +0800 | ||
|
||
erofs-utils 1.7.1 | ||
|
||
* A quick maintenance release includes the following fixes: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1.7.1 | ||
2023-10-20 | ||
1.8.2 | ||
2024-09-24 |
Oops, something went wrong.