Merge branch 'develop' of github.com:cryfs/cryfs into develop

This commit is contained in:
Sebastian Messmer 2016-09-24 20:29:15 +02:00
commit 5b1c2aeb87

View File

@ -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).