1
0
forked from pool/erofs-utils

Trim changelog to user-relevant points

This commit is contained in:
Jan Engelhardt 2024-12-19 14:29:04 +01:00
parent b50fbddf0f
commit a6ee127f6e

View File

@ -2,27 +2,19 @@
Wed Dec 18 19:48:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org> Wed Dec 18 19:48:43 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.8.3: - update to 1.8.3:
* erofs-utils: lib: Explicitly include <pthread.h> where used * mkfs: fix -Eall-fragments for multi-threaded compression
* erofs-utils: mkfs: fix -Eall-fragments for multi-threaded compression * mkfs: fix unexpected errors for chunk-based images
* erofs-utils: mkfs: fix unexpected errors for chunk-based images * lib: report leftovers for partially filled blocks
* erofs-utils: lib: report leftovers for partially filled blocks * mkfs: Fix input offset counting in headerball mode
* erofs-utils: avoid allocating large arrays on the stack * lib: capture errors from {mkfs,rebuild}_handle_inode()
* erofs-utils: mkfs: Fix input offset counting in headerball mode * fix "Not a directory" error for incremental builds
* erofs-utils: lib: rearrange struct erofs_configure * avoid silent corruption caused by c_root_xattr_isize
* erofs-utils: lib: capture errors from {mkfs,rebuild}_handle_inode() * rebuild: set the appropriate dev field for dirs
* erofs-utils: fix Not a directory error for incremental builds * lib: fix user-after-free in xattr.c
* erofs-utils: lib: clean up zmap.c * lib: get rid of pthread_cancel() for workqueue
* erofs-utils: lib: clean up z_erofs_load_full_lcluster() * mkfs: add -U <clear|random> support
* erofs-utils: avoid silent corruption caused by c_root_xattr_isize * add --hard-dereference option
* erofs-utils: rebuild: set the appropriate dev field for dirs * lib: correct erofsfuse build script
* erofs-utils: lib: fix user-after-free in xattr.c
* erofs-utils: mkfs: make output stable
* erofs-utils: lib: add missing dependencies
* erofs-utils: use pkg-config for lz4 configuration
* erofs-utils: lib: get rid of pthread_cancel() for workqueue
* erofs-utils: mkfs: add -U <clear|random> support
* erofs-utils: add --hard-dereference option
* erofs-utils: lib: correct erofsfuse build script
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 14 00:35:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de> Thu Nov 14 00:35:14 UTC 2024 - Jan Engelhardt <jengelh@inai.de>