X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=e01a57a71b23ff6e0e67540ef0ba021aa80a8061;hb=018205a9a0b4307cf2889c8041e48dcc1398f230;hp=fca8200f1f66aef2c72c733e7bb1a6a848a56092;hpb=23e1ac341c0d51d9a493c79912ac521f489e15b1;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/ChangeLog b/ChangeLog index fca8200..e01a57a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-06-11 Milan Broz + * Introduce veritysetup for dm-verity target management. + * Version 1.5.0-rc1. + +2012-06-10 Milan Broz + * Both data and header device can now be a file. + * Loop is automatically allocated in crypt_set_data_device(). + * Require only up to last keyslot area for header device (ignore data offset). + * Fix header backup and restore to work on files with large data offset. + 2012-05-27 Milan Broz * Fix readonly activation if underlying device is readonly (1.4.0). * Include stddef.h in libdevmapper.h (size_t definition).