Add LUKS on-disk format docs, update TODO.
authorMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 18:25:41 +0000 (18:25 +0000)
committerMilan Broz <gmazyland@gmail.com>
Sun, 9 Oct 2011 18:25:41 +0000 (18:25 +0000)
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@629 36d66b0a-2a48-0410-832c-cd162a569da5

ChangeLog
TODO
docs/on-disk-format.pdf [new file with mode: 0644]

index 87832e9..5fa3339 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
        * Add crypt_last_error() API call.
        * Fix luksKillSLot exit code if slot is inactive or invalid.
        * Fix exit code if passphrases do not match in luksAddKey.
+       * Add LUKS on-disk format description into package.
 
 2011-09-22  Milan Broz  <mbroz@redhat.com>
        * Support key-slot option for luksOpen (use only explicit keyslot).
diff --git a/TODO b/TODO
index cae93ca..ad44f21 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
-Version 1.4.0:
-- Wipe device flag
+Version 1.5.0:
+- Export wipe device functions
 - Support K/M suffixes for align payload (new switch?).
+- FIPS patches (RNG, volume key restrictions, move changekey to library)
+- online reencryption api?
+- integrate more metadata formats
diff --git a/docs/on-disk-format.pdf b/docs/on-disk-format.pdf
new file mode 100644 (file)
index 0000000..b6d2218
Binary files /dev/null and b/docs/on-disk-format.pdf differ