We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d104f5 commit ba7379dCopy full SHA for ba7379d
CHANGES.md
@@ -1,5 +1,19 @@
1
# Change Log
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
17
## Version 0.9.0 - 2024-02-05
18
19
- (feature) Experimental macOS support. Fixes github #132.
0 commit comments