X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog;h=e01a57a71b23ff6e0e67540ef0ba021aa80a8061;hb=0cefe2d1072f509f06c60b56fb367226d4991769;hp=080293a92530ae0503be2973a40484346d003aab;hpb=cf1e6fb847d905733055feaa6d97cdcb9e15b3a9;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/ChangeLog b/ChangeLog index 080293a..e01a57a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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). + * Version 1.4.3. + 2012-05-21 Milan Broz * Add --enable-fips for linking with fipscheck library. * Initialize binary and library selfcheck if running in FIPS mode.