mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-03 17:56:12 -04:00
chore: update change log
This commit is contained in:
parent
9d104f5ec6
commit
ba7379dc18
14
CHANGES.md
14
CHANGES.md
@ -1,5 +1,19 @@
|
||||
# Change Log
|
||||
|
||||
## Version 0.9.1 - 2024-02-06
|
||||
|
||||
- (fix) Invalid UTF-8 characters in file paths would crash `mkdwarfs`
|
||||
if these paths were displayed in the progress output. A possible
|
||||
workaround was to disable progress output. This fix replaces any
|
||||
invalid characters before displaying them. Fixes github #191.
|
||||
|
||||
- (fix) The `CMakeLists.txt` would bail out as soon as it discovered
|
||||
`--as-needed` in the linker flags. However, `--as-needed` is only
|
||||
a problem when combined with `BUILD_SHARED_LIBS=ON`. The check has
|
||||
been changed to only trigger if both conditions are met.
|
||||
|
||||
- (perf) Minor speed improvements in `ricepp` compression.
|
||||
|
||||
## Version 0.9.0 - 2024-02-05
|
||||
|
||||
- (feature) Experimental macOS support. Fixes github #132.
|
||||
|
Loading…
x
Reference in New Issue
Block a user