From c81f99f00a971d7cce30b8c28261427550364d0c Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 13 Feb 2016 15:06:33 +0100 Subject: [PATCH] Introduce version flags for file system entities to allow future CryFS versions to be backwards-compatible even if the format changes. --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 023783e7..c59609d2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -6,6 +6,7 @@ Version 0.9.0 (unreleased) * Remove --extpass parameter, because that encourages tool writers to do bad things like storing a password in a file and using --extpass="cat filename". The password can now be passed in to stdin without problems, so tools should use that. * Works with zuluMount GUI, https://mhogomchungu.github.io/zuluCrypt/ +* Introduce version flags for file system entities to allow future CryFS versions to be backwards-compatible even if the format changes. * (for developers) New repository layout. All subrepositories have been merged to one directory * (for developers) Using CMake instead of biicode as build system