From dc330fa22e769346b120bbb62d09ca3e11bd66c2 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Mon, 21 Feb 2022 21:20:44 -0800 Subject: [PATCH] Mention OpenMP fix --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 20a20efd..77c25c10 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +Version 0.11.2 +--------------- +Bugfix: +* Time to mount a file system was very long because the build didn't correctly use OpenMP. This is now fixed and file systems should open faster again. + Version 0.11.1 --------------- Bugfix: