Fix blockwise read/write for end writes near end of device.
[platform/upstream/cryptsetup.git] / ChangeLog
index eccb9b4..b2f678b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-10-11  Milan Broz  <gmazyland@gmail.com>
+       * Added keyslot checker (by Arno Wagner).
+       * Version 1.5.1.
+
+2012-09-11  Milan Broz  <gmazyland@gmail.com>
+       * Add crypt_keyslot_area() API call.
+
+2012-08-27  Milan Broz  <gmazyland@gmail.com>
+       * Optimize seek to keyfile-offset (Issue #135, thx to dreisner).
+       * Fix luksHeaderBackup for very old v1.0 unaligned LUKS headers.
+
 2012-08-12  Milan Broz  <gmazyland@gmail.com>
        * Allocate loop device late (only when real block device needed).
        * Rework underlying device/file access functions.