File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 0.9.1 - 2024-02-06
4
+
5
+ - (fix) Invalid UTF-8 characters in file paths would crash ` mkdwarfs `
6
+ if these paths were displayed in the progress output. A possible
7
+ workaround was to disable progress output. This fix replaces any
8
+ invalid characters before displaying them. Fixes github #191 .
9
+
10
+ - (fix) The ` CMakeLists.txt ` would bail out as soon as it discovered
11
+ ` --as-needed ` in the linker flags. However, ` --as-needed ` is only
12
+ a problem when combined with ` BUILD_SHARED_LIBS=ON ` . The check has
13
+ been changed to only trigger if both conditions are met.
14
+
15
+ - (perf) Minor speed improvements in ` ricepp ` compression.
16
+
3
17
## Version 0.9.0 - 2024-02-05
4
18
5
19
- (feature) Experimental macOS support. Fixes github #132 .
You can’t perform that action at this time.
0 commit comments