From 068573a457c4d2a8c4ee28cf5e8d09bcd9060309 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 17 Mar 2025 13:37:58 +0100 Subject: [PATCH] chore: update change log --- CHANGES.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 00e03d6b..78af78aa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log -## Version 0.11.0 - 2025-03-15 +## Version 0.11.0 - 2025-03-17 - (fix) Remove the `access` implementation from the FUSE driver. There's no point here trying to be more clever than FUSE's @@ -16,6 +16,11 @@ - (fix) Avoid nested indentation due to `ronn-ng` bug. Fixes github #249. +- (fix) Don't link library against `jemalloc`. This fixes both + issues with `pydwarfs` and issues building with `jemalloc` + support on macOS. Only the binaries are now linked against + `jemalloc`, which should be sufficient. + - (feat) Support case-insensitive lookups. Fixes github #232. - (feat) Allow setting image size in FUSE driver. Fixes github