Mark version 0.9.0 as "released" in ChangeLog

This commit is contained in:
Sebastian Messmer 2016-02-15 00:21:23 +01:00
parent cb2a698b02
commit 836858b275
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Version 0.9.0 (unreleased)
Version 0.9.0
---------------
(warning) file systems created with earlier CryFS versions are incompatible with this release
(warning) file systems created with earlier CryFS versions are incompatible with this release.
* Fully support file access times
* Fix: Password is read from stdin, not from glibc getpass(). This enables external tools (e.g. GUIs) to pass in the password without problems.
* Remove --extpass parameter, because that encourages tool writers to do bad things like storing a password in a file and using --extpass="cat filename".