From 3d490e541deff7a884f6b0e6e982c7fee84363d5 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 17 Aug 2024 17:47:23 +0200 Subject: [PATCH] chore: update change log --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dda6797f..4986360e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,22 @@ # 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 - (fix) Fixed a race condition identified by ThreadSanitizer