diff --git a/ChangeLog.txt b/ChangeLog.txt index 4eec9d85..e2a84c1f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 ---------------