~xnox/debian/sid/cryptsetup/ubuntu

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Jonas Meurer, Jonas Meurer, Jean-Louis Dupond
  • Date: 2012-06-08 13:42:51 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20120608134251-kjh1n5poebys8zqz
Tags: 2:1.4.3-1
[ Jonas Meurer ]
* mention limitations for keyscripts in crypttab(5) manpage: keyscripts
  must not depend on binaries/files which are part of the to-be-unlocked
  device. (closes: #665494)
* bump versioned build-dependency on debhelper now that we install
  upstart initscripts in debian as well.
* change versioned breaks/replaces for cryptsetup-bin on cryptsetup to
  1.4.3-1~, fixing upgrades in debian.

[ Jean-Louis Dupond ]
* New upstream version. (closes: #670071)
  - Fix keyslot removal (closes: #672299)
  - Add -r to cryptsetup.8 (closes: #674027)
* Split up package in cryptsetup and cryptsetup-bin.
* I'm now co-maintainer (closes: #600777).
* Start cryptdisks-enable upstart job on 'or container', to let us
  simplify the udevtrigger job.
* debian/cryptdisks.functions: handle the case where crypttab contains a
  name for the source device that is not the kernel's preferred name for
  it (as is the case for LVs). (Thanks Steve Langasek)
* debian/cryptdisks.functions: fix a race condition in some cases by
  adding and udevadm settle before rename.
* debian/cryptdisks.functions: add UUID & LABEL support to do_start.
* debian/copyright: really fix lintian warning.
* debian/rules: also include upstart files in debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2012-05-27  Milan Broz  <gmazyland@gmail.com>
 
2
        * Fix readonly activation if underlying device is readonly (1.4.0).
 
3
        * Include stddef.h in libdevmapper.h (size_t definition).
 
4
        * Version 1.4.3.
 
5
 
 
6
2012-05-21  Milan Broz  <gmazyland@gmail.com>
 
7
        * Add --enable-fips for linking with fipscheck library.
 
8
        * Initialize binary and library selfcheck if running in FIPS mode.
 
9
        * Use FIPS RNG in FIPS mode for KEY and SALT (only gcrypt backend supported).
 
10
 
 
11
2012-05-09  Milan Broz  <gmazyland@gmail.com>
 
12
        * Fix keyslot removal (wipe keyslot) for device with 4k hw block (1.4.0).
 
13
        * Allow empty cipher (cipher_null) for testing.
 
14
 
 
15
2012-05-02  Milan Broz  <gmazyland@gmail.com>
 
16
        * Fix loop mapping on readonly file.
 
17
        * Relax --shared test, allow mapping even for overlapping segments.
 
18
        * Support shared flag for LUKS devices (dangerous).
 
19
        * Switch on retry on device remove for libdevmapper.
 
20
        * Allow "private" activation (skip some udev global rules) flag.
 
21
 
 
22
2012-04-09  Milan Broz  <gmazyland@gmail.com>
 
23
        * Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0)
 
24
        * Version 1.4.2.
 
25
 
 
26
2012-03-16  Milan Broz  <gmazyland@gmail.com>
 
27
        * Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI.
 
28
        * Add repair command and crypt_repair() for known LUKS metadata problems repair.
 
29
        * Allow to specify --align-payload only for luksFormat.
 
30
 
 
31
2012-03-16  Milan Broz  <mbroz@redhat.com>
 
32
        * Unify password verification option.
 
33
        * Support password verification with quiet flag if possible. (1.2.0)
 
34
        * Fix retry if entered passphrases (with verify option) do not match.
 
35
        * Support UUID=<LUKS_UUID> format for device specification.
 
36
 
 
37
2012-02-11  Milan Broz  <mbroz@redhat.com>
 
38
        * Add --master-key-file option to luksOpen (open using volume key).
 
39
 
 
40
2012-01-12  Milan Broz  <mbroz@redhat.com>
 
41
        * Fix use of empty keyfile.
 
42
 
 
43
2011-11-13  Milan Broz  <mbroz@redhat.com>
 
44
        * Fix error message for luksClose and detached LUKS header.
 
45
        * Allow --header for status command to get full info with detached header.
 
46
 
1
47
2011-11-09  Milan Broz  <mbroz@redhat.com>
2
48
        * Version 1.4.1.
3
49