- new version 1.1.2 fixes keyfile regression introduced by 1.1.1

* Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
 * Support --key-file/-d option for luksFormat.
 * Fix description of --key-file and add --verbose and --debug options to man page.
 * Add verbose log level and move unlocking message there.
 * Remove device even if underlying device disappeared (remove, luksClose).
 * Fix (deprecated) reload device command to accept new device argument.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=45
This commit is contained in:
2010-05-31 11:18:36 +00:00
committed by Git OBS Bridge
parent b99a5eb0f8
commit 494f640a9c
6 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon May 31 09:42:27 UTC 2010 - lnussel@suse.de
- new version 1.1.2 fixes keyfile regression introduced by 1.1.1
* Fix luksFormat/luksOpen reading passphrase from stdin and "-" keyfile.
* Support --key-file/-d option for luksFormat.
* Fix description of --key-file and add --verbose and --debug options to man page.
* Add verbose log level and move unlocking message there.
* Remove device even if underlying device disappeared (remove, luksClose).
* Fix (deprecated) reload device command to accept new device argument.
-------------------------------------------------------------------
Tue May 25 08:11:30 UTC 2010 - lnussel@suse.de