From 6a4f5a167b774570bbcd408b45a7627f9c581f55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Sat, 24 Sep 2016 19:48:01 +0200 Subject: [PATCH] Update ChangeLog.txt --- ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index fabafde5..6caecad1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,8 @@ Version 0.9.6 (unreleased) --------------- Fixed bugs: -* Fix potential (although very improbable) deadlock +* Fix potential deadlock +* Fix potential crash Improvements: * Allow building with -DCRYFS_UPDATE_CHECKS=off, which will create an executable with disabled update checks (the alternative to disable them in the environment also still works).