From bca4b6adf9c4328fb8d0412354b9f51cd3f44ecc Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Tue, 9 Feb 2016 09:48:26 +0100 Subject: [PATCH] Added changes to ChangeLog --- ChangeLog.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 581eeed1..4cbb23ac 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,12 @@ +Version 0.9.0 (unreleased) +--------------- +* Fully support file access times + Version 0.8.6 (unreleased) --------------- * Fix a deadlock that was caused when a very high load of parallel resize operations was issued, see https://github.com/cryfs/cryfs/issues/3 -* Fixed a bug that prevented deleting symlinks, see https://github.com/cryfs/cryfs/issues/2 +* Fix a bug that prevented deleting symlinks, see https://github.com/cryfs/cryfs/issues/2 +* Gracefully accept modifications to the file access times instead of failing, although they're not stored yet (they will be stored in 0.9.0). This should fix https://github.com/cryfs/cryfs/issues/4 Version 0.8.5 ---------------