mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
chore: update change log
This commit is contained in:
parent
72581b957e
commit
3d490e541d
17
CHANGES.md
17
CHANGES.md
@ -1,5 +1,22 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
|
## Version 0.10.1 - 2024-08-17
|
||||||
|
|
||||||
|
- (fix) Allow building `utils_test` against a non-compatible,
|
||||||
|
system-installed version of gtest. This is a common issue
|
||||||
|
when trying to integrate dwarfs into a package manager, as
|
||||||
|
these generally disallow fetching external dependencies at
|
||||||
|
build time.
|
||||||
|
|
||||||
|
- (fix) `dwarfsck` was always reporting a block size of 1 byte
|
||||||
|
rather than the actual block size of the image.
|
||||||
|
|
||||||
|
- (fix) `DWARFS_HAVE_LIBBROTLI` was not set correctly in the
|
||||||
|
config file, causing build errors if the library was built
|
||||||
|
without `brotli`.
|
||||||
|
|
||||||
|
- (fix) Several small fixes for building with Homebrew.
|
||||||
|
|
||||||
## Version 0.10.0 - 2024-08-14
|
## Version 0.10.0 - 2024-08-14
|
||||||
|
|
||||||
- (fix) Fixed a race condition identified by ThreadSanitizer
|
- (fix) Fixed a race condition identified by ThreadSanitizer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user