We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53fd010 commit 068573aCopy full SHA for 068573a
CHANGES.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Version 0.11.0 - 2025-03-15
+## Version 0.11.0 - 2025-03-17
4
5
- (fix) Remove the `access` implementation from the FUSE driver.
6
There's no point here trying to be more clever than FUSE's
@@ -16,6 +16,11 @@
16
- (fix) Avoid nested indentation due to `ronn-ng` bug. Fixes
17
github #249.
18
19
+- (fix) Don't link library against `jemalloc`. This fixes both
20
+ issues with `pydwarfs` and issues building with `jemalloc`
21
+ support on macOS. Only the binaries are now linked against
22
+ `jemalloc`, which should be sufficient.
23
+
24
- (feat) Support case-insensitive lookups. Fixes github #232.
25
26
- (feat) Allow setting image size in FUSE driver. Fixes github
0 commit comments