Skip to content

Commit 3af8c59

Browse files
committed
chore: update change log
1 parent b67d6c4 commit 3af8c59

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGES.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

3+
## Version 0.12.4 - 2025-05-14
4+
5+
- (fix) Segfault on `bad_compression_ratio_error`. When recompressing a
6+
filesystem where some blocks cannot be compressed using the selected
7+
algorithm because of a `bad_compression_ratio_error`, the resulting
8+
`block` was left empty after the refactoring done in 06f8728cc.
9+
10+
- (fix) Add history unless `--no-history` is given when rewriting a file
11+
system image.
12+
13+
- (fix) Allow dumping `frozen_layout` w/o `frozen_analysis` in `dwarfsck`.
14+
15+
- (fix) Logging timestamps should show local time.
16+
17+
- (fix) Workaround a weird MSVC bug.
18+
19+
- (fix) Remove useless cast causing compiler warning.
20+
21+
- (feat) More complete breakdown of metadata in `dwarfsck`.
22+
23+
- (feat) Add `schema_raw_dump` flag to `dwarfsck --detail`.
24+
25+
- (build) Switch static build to libressl on Windows.
26+
27+
- (build) Update static build libraries.
28+
29+
- (build) Update folly/fbthrift/fsst.
30+
31+
- (refactor) Use `unordered_set::contains` to simplify check.
32+
33+
- (refactor) Introduce and use `safe_localtime()` to prevent issues
34+
with `fmt` deprecating `fmt::localtime`.
35+
36+
- (test) Speed up a few slow tests on Windows.
37+
338
## Version 0.12.3 - 2025-04-21
439

540
- (fix) Automatic image offset detection (for images using a custom

0 commit comments

Comments
 (0)