-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gao Xiang <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 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,16 @@ | ||
erofs-utils 1.8.4 | ||
|
||
* Another maintenance release includes the following fixes: | ||
- (mkfs.erofs) Fix unusual PAX header handling for tarerofs; | ||
- (mkfs.erofs) Fix LIBARCHIVE.xattr decoding; | ||
- (mkfs.erofs) Speed up handling of incompressible data; | ||
- (mkfs.erofs) Add a `-E^fragdedupe` option to explicitly disable | ||
fragment deduplication; | ||
- (mkfs.erofs) Fixes around `-Eall-fragments` and `-Ededupe`; | ||
- Use external xxhash library if possible. | ||
|
||
-- Gao Xiang <[email protected]> Fri, 03 Jan 2025 00:00:00 +0800 | ||
|
||
erofs-utils 1.8.3 | ||
|
||
* Another 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
1.8.3 | ||
2024-12-14 | ||
1.8.4 | ||
2025-01-03 |