We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742f8ad commit 1f6cbc4Copy full SHA for 1f6cbc4
CHANGES.md
@@ -1,5 +1,21 @@
1
# Change Log
2
3
+## Version 0.9.7 - 2024-04-10
4
+
5
+- (fix) Handle root uid correctly in access() implementation.
6
+ Fixes github #204.
7
8
+- (feature) Show and track library dependencies. Dependencies will
9
+ be displayed in the command line help; they will also be tracked
10
+ in the history metadata of a DwarFS image. See also github #207.
11
12
+- (doc) Describe nilsimsa ordering algorithm more accurately.
13
14
+- (perf) Reorder branches to improve ricepp speed with real world
15
+ data.
16
17
+- (perf) Some tweaks to improve segmenter speed.
18
19
## Version 0.9.6 - 2024-02-24
20
21
- (fix) Add workaround for new glog release breaking folly build.
0 commit comments