Add the rename bugfix to ChangeLog

This commit is contained in:
Sebastian Messmer 2016-03-23 18:07:46 +00:00
parent 2ac47f480b
commit 1f96474e01
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Version 0.9.3 (unreleased)
* Building CryFS from the GitHub tarball (i.e. when there is no .git directory present) works.
* The ciphertext block size is configurable. You can use the "--blocksize-bytes" command line argument. If not specified, CryFS will ask you for a block size when creating a file system.
* Fix fstat (a bug in the fstat implementation caused problems with some text editors (e.g. nano) falsely thinking a file changed since they opened it).
* Fix rename (when trying to rename a file to an already existing file name, a bug deleted it instead).
Version 0.9.2
---------------