mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Version 1.3.1.
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@536 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2011-05-24 Milan Broz <mbroz@redhat.com>
|
||||||
|
* Version 1.3.1.
|
||||||
|
|
||||||
2011-05-17 Milan Broz <mbroz@redhat.com>
|
2011-05-17 Milan Broz <mbroz@redhat.com>
|
||||||
* Fix keyfile=- processing in create command (1.3.0).
|
* Fix keyfile=- processing in create command (1.3.0).
|
||||||
* Simplify device path status check.
|
* Simplify device path status check.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
AC_PREREQ([2.67])
|
AC_PREREQ([2.67])
|
||||||
AC_INIT([cryptsetup],[1.3.1-cvs])
|
AC_INIT([cryptsetup],[1.3.1])
|
||||||
|
|
||||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||||
|
|||||||
14
docs/v1.3.1-ReleaseNotes
Normal file
14
docs/v1.3.1-ReleaseNotes
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Cryptsetup 1.3.1 Release Notes
|
||||||
|
==============================
|
||||||
|
|
||||||
|
Changes since version 1.3.0
|
||||||
|
|
||||||
|
* Fix keyfile=- processing in create command (regression in 1.3.0).
|
||||||
|
|
||||||
|
* Simplify device path status check (use /sys and do not scan /dev).
|
||||||
|
|
||||||
|
* Do not ignore device size argument for create command (regression in 1.2.0).
|
||||||
|
|
||||||
|
* Fix error paths in blockwise code and lseek_write call.
|
||||||
|
|
||||||
|
* Add optional Nettle crypto backend support.
|
||||||
Reference in New Issue
Block a user