ChangeLog and TODOs
This commit is contained in:
parent
02a1ba932c
commit
7af0bf8056
@ -1,3 +1,7 @@
|
|||||||
|
Version 0.8.4
|
||||||
|
---------------
|
||||||
|
* Compatibility with 32bit systems
|
||||||
|
|
||||||
Version 0.8.3
|
Version 0.8.3
|
||||||
---------------
|
---------------
|
||||||
* Ask for password confirmation when creating new filesystem.
|
* Ask for password confirmation when creating new filesystem.
|
||||||
|
@ -64,9 +64,8 @@ using boost::chrono::milliseconds;
|
|||||||
|
|
||||||
//TODO Support files > 4GB
|
//TODO Support files > 4GB
|
||||||
//TODO Improve parallelity.
|
//TODO Improve parallelity.
|
||||||
//TODO Did deadlock in bonnie++ second run (in the create files sequentially) - maybe also in a later run or different step?
|
|
||||||
//TODO Replace ASSERTs with other error handling when it is not a programming error but an environment influence (e.g. a block is missing)
|
//TODO Replace ASSERTs with other error handling when it is not a programming error but an environment influence (e.g. a block is missing)
|
||||||
//TODO When calling cryfs without basedir parameter (i.e. just calling "cryfs"): the option '--base-dir' is required but missing. Should be a better error message, since --base-dir is not actually a command line option.
|
//TODO Performance difference when setting compiler parameter -maes for scrypt?
|
||||||
|
|
||||||
namespace cryfs {
|
namespace cryfs {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user