File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
38
## Version 0.12.3 - 2025-04-21
4
39
5
40
- (fix) Automatic image offset detection (for images using a custom
You can’t perform that action at this time.
0 commit comments