File: v2.8.4-ReleaseNotes

package info (click to toggle)
cryptsetup 2%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,356 kB
  • sloc: ansic: 65,885; sh: 17,691; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (20 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Cryptsetup 2.8.4 Release Notes
==============================
Stable bug-fix release.

All users of cryptsetup 2.8.x must upgrade to this version.

Changes since version 2.8.3
~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Fix integritysetup resize (grow) of the device if integrity bitmap mode is used.
  Increasing the integrity device in bitmap mode did not work as integritysetup
  incorrectly used journal settings that were not applicable.

* Fix device size status reports in cryptsetup and integritysetup.
  If the device uses a sector size larger than 512 bytes, the newly reported byte
  sizes (introduced in 2.8.0) in the status report were incorrectly displayed.

* BITLK: Fix unlocking BitLocker device with recovery passphrase.
  If the recovery passphrase was present in the first keyslot, the device failed
  to unlock. This bug was introduced in 2.8.2 with Clear Key support.