Add the rename bugfix to ChangeLog
This commit is contained in:
parent
2ac47f480b
commit
1f96474e01
@ -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
|
||||
---------------
|
||||
|
Loading…
Reference in New Issue
Block a user