From 3bd9ad52bfae5ea378018243c7686edf02615724 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 b247cf74..274aa4c6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -2,6 +2,11 @@ Version 0.12.0 (unreleased) --------------- * Updated to DokanY 1.3.0.1000 +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: