-
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
19 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,20 @@ | ||
erofs-utils 1.8.3 | ||
|
||
* Another maintenance release includes the following fixes: | ||
- (mkfs.erofs) Fix multi-threaded compression with `-Eall-fragments`; | ||
- (mkfs.erofs) Fix large chunk-based image generation; | ||
- (mkfs.erofs) Avoid large arrays on the stack (Jianan Huang); | ||
- (mkfs.erofs) Fix PAX format parsing in headerball mode (Mike Baynton); | ||
- (mkfs.erofs) Several fixes for incremental builds (Hongzhen Luo); | ||
- (mkfs.erofs) Fix reproducible builds due to `i_ino` (Jooyung Han); | ||
- Use pkg-config for liblz4 configuration; | ||
- Get rid of pthread_cancel() dependencies; | ||
- (mkfs.erofs) Add `-U <clear|random>` support; | ||
- (mkfs.erofs) Add `--hard-dereference` for NixOS reproducibility (Paul Meyer); | ||
- Several minor random fixes. | ||
|
||
-- Gao Xiang <[email protected]> Sat, 14 Dec 2024 00:00:00 +0800 | ||
|
||
erofs-utils 1.8.2 | ||
|
||
* 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.2 | ||
2024-09-24 | ||
1.8.3 | ||
2024-12-14 |