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