mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
New release s390-tools-2.8.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,13 +1,18 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
* __v2.x.x (xxxx-xx-xx)__
|
||||
* __v2.8.0 (2019-02-15)__
|
||||
|
||||
For Linux kernel version: 4.xx
|
||||
For Linux kernel version: 4.20
|
||||
|
||||
Changes of existing tools:
|
||||
- Switch to using /run directory instead of the legacy /var/run
|
||||
- zkey: Add --pbkdf pbkdf2 to generated cryptsetup luksFormat command
|
||||
- zdsfs: Add online VTOC refresh
|
||||
- pkey: Support autoloading kernel pkey module
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
- zkey: Avoid EPERM on key change if user is not owner of key file
|
||||
- cpumf/cpumf_helper: Always return list reference for --sfb-size
|
||||
|
||||
* __v2.7.1 (2018-12-13)__
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@ COMMON_INCLUDED = true
|
||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION = 2
|
||||
RELEASE = 7
|
||||
PATCHLEVEL = 1
|
||||
RELEASE = 8
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
export S390_TOOLS_RELEASE
|
||||
|
||||
Reference in New Issue
Block a user