Do not maintain ChangeLog anymore, see git log.
[platform/upstream/cryptsetup.git] / docs / v1.0.7-ReleaseNotes
1 cryptsetup 1.0.7 Release Notes (2009-07-22)
2 ===========================================
3
4 Changes since 1.0.7-rc1
5 ------------------------
6 [committer name]
7
8  * Allow removal of last slot in luksRemoveKey
9 and luksKillSlot. [Milan Broz]
10
11  * Add --disable-selinux option and fix static build if selinux
12 is required. [Milan Broz]
13
14  * Reject unsupported --offset and --skip options for luksFormat
15 and update man page. [Milan Broz]
16
17
18 Changes since 1.0.6
19 --------------------
20 [committer name]
21
22 * Various man page fixes. Also merged some Debian/Ubuntu man page
23 fixes. (thanks to Martin Pitt) [Milan Broz]
24
25 * Set UUID in device-mapper for LUKS devices. [Milan Broz]
26
27 * Retain readahead of underlying device. [Milan Broz]
28
29 * Display device name when asking for password. (thanks to Till
30 Maas) [Milan Broz]
31
32 * Check device size when loading LUKS header. Remove misleading
33 error message later.  [Milan Broz]
34
35 * Add error hint if dm-crypt mapping failed. (Key size and kernel
36 version check for XTS and LRW mode for now.) [Milan Broz]
37
38 * Use better error messages if device doesn't exist or is already
39 used by other mapping. [Milan Broz]
40
41 * Fix make distcheck. (thanks to Mike Kelly) [Milan Broz]
42
43 * Check if all slots are full during luksAddKey. [Clemens Fruhwirth]
44
45 * Fix segfault in set_error (thanks to Oliver Metz). [Clemens Fruhwirth]
46
47 * Remove precompiled pot files. Fix uninitialized return value
48 variable in setup.c. [Clemens Fruhwirth]
49
50 * Code cleanups. (thanks to Ivan Stankovic) [Clemens Fruhwirth]
51
52 * Remove unnecessary files from po directory. They will be
53 regenerated by autogen.sh. [Clemens Fruhwirth]
54
55 * Fix wrong output for remaining key at key deletion. Allow deletion
56 of key slot while other keys have the same key information. [Clemens
57 Fruhwirth]
58
59 * Add missing AM_PROG_CC_C_O to configure.in [Milan Broz]
60
61 * Remove duplicate sentence in man page (thanks to Till Maas).
62 [Milan Broz]
63
64 * Wipe start of device (possible fs signature) before
65 LUKS-formatting. [Milan Broz]
66
67 * Do not process configure.in in hidden directories. [Milan Broz]
68
69 * Return more descriptive error in case of IO or header format
70 error. [Milan Broz]
71
72 * Use remapping to error target instead of calling udevsettle
73 for temporary crypt device. [Milan Broz]
74
75 * Check device mapper communication and warn user in case the
76 communication fails. (thanks to Milan Broz) [Clemens Fruhwirth]
77
78 * Fix signal handler to proper close device. (thanks to Milan Broz)
79 [Clemens Fruhwirth]
80
81 * write_lseek_blockwise: declare innerCount outside the if block,
82 add -Wall to the default CFLAGS, * fix some signedness issues
83 (thanks to Ivan Stankovic) [Clemens Fruhwirth]
84
85 * Error handling improvement. (thanks to Erik Edin) [Clemens Fruhwirth]
86
87 * Add non-exclusive override to interface definition. [Clemens
88 Fruhwirth]
89
90 * Refactor key slot selection into keyslot_from_option. Either
91 autoselect next free keyslot or honor user choice (after checking).
92 [Clemens Fruhwirth]