From f07e7e3e2b65e4b4c360ce841208ecad0c595797 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sat, 11 Jun 2022 20:19:26 +0200 Subject: [PATCH] Update change log --- CHANGES.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 24ebf977..4caa5c2d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,27 @@ # Change Log +## Version 0.6.0 - 2022-06-11 + +- (fix) Fix and simplify static builds as much as possible. + Document how to set up a static build environment. This + also fixes github #75 and github #54. Huge shoutout to + Maxim Samsonov for implementing most of this! + +- (fix) Fix github #71: driver hangs when unmounting + +- (fix) Fix github #67: dwarfs I/O hangs if call to to + `fuse_reply_iov` fails + +- (fix) Fix github #86: block size bits config issues + +- (fix) Various build fixes. + +- (feature) Add support for cache tidying, which releases + cache memory when the mounted file system is unused. + +- (feature) Section index support for speeding up mount times + (fixes github #48). + ## Version 0.5.6 - 2021-07-03 - (fix) Build fixes for gcc-11