- new version 1.1.3

* Fix device alignment ioctl calls parameters. (Device alignment
    code was not working properly on some architectures like ppc64.)
  * Fix activate_by_* API calls to handle NULL device name as
    documented. (To enable check of passphrase/keyfile using
    libcryptsetup without activating the device.)
  * Fix udev support for old libdevmapper with not compatible definition.
  * Added Polish translation file.

OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=50
This commit is contained in:
2010-07-07 14:37:24 +00:00
committed by Git OBS Bridge
parent 67c60021f0
commit d14a84c9f9
6 changed files with 23 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jul 7 14:38:11 UTC 2010 - lnussel@suse.de
- new version 1.1.3
* Fix device alignment ioctl calls parameters. (Device alignment
code was not working properly on some architectures like ppc64.)
* Fix activate_by_* API calls to handle NULL device name as
documented. (To enable check of passphrase/keyfile using
libcryptsetup without activating the device.)
* Fix udev support for old libdevmapper with not compatible definition.
* Added Polish translation file.
-------------------------------------------------------------------
Thu Jul 1 14:27:12 UTC 2010 - lnussel@suse.de