From 1f96474e01c35d54238bed33fcee745d0fbb0217 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 23 Mar 2016 18:07:46 +0000 Subject: [PATCH] Add the rename bugfix to ChangeLog --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) 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 ---------------