Introduce version flags for file system entities to allow future CryFS versions to be backwards-compatible even if the format changes.

This commit is contained in:
Sebastian Messmer 2016-02-13 15:06:33 +01:00
parent 636445cd82
commit c81f99f00a
1 changed files with 1 additions and 0 deletions

View File

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