From 1f6cbc4dfbdeef7cc27abeccb4c8e3526fbea00b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Wed, 10 Apr 2024 18:49:13 +0200 Subject: [PATCH] chore: update change log --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5a65f3787..dc8879001 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,21 @@ # Change Log +## Version 0.9.7 - 2024-04-10 + +- (fix) Handle root uid correctly in access() implementation. + Fixes github #204. + +- (feature) Show and track library dependencies. Dependencies will + be displayed in the command line help; they will also be tracked + in the history metadata of a DwarFS image. See also github #207. + +- (doc) Describe nilsimsa ordering algorithm more accurately. + +- (perf) Reorder branches to improve ricepp speed with real world + data. + +- (perf) Some tweaks to improve segmenter speed. + ## Version 0.9.6 - 2024-02-24 - (fix) Add workaround for new glog release breaking folly build.