From 9eea78b3ad8ab3710fb3b2d80b9cd058d7c8aba7 Mon Sep 17 00:00:00 2001 From: Steffen Eiden Date: Tue, 2 Apr 2024 18:08:08 +0200 Subject: [PATCH] New release s390-tools-2.32.0 Signed-off-by: Steffen Eiden --- CHANGELOG.md | 14 ++++++++++---- common.mak | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8792daa..14314c3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,22 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (2024-xx-xx)__ +* __v2.32.0 (2024-04-03)__ - For Linux kernel version: 6.x - - Add new tools / libraries: + For Linux kernel version: 6.8 Changes of existing tools: + - cpumf/lscpumf: add support for machine type 3932 + - genprotimg, pvattest, and pvsecret accept IBM signing key with Armonk as + subject locality + - zdump/zipl: Support for List-Directed dump from ECKD DASD + - zkey: Detect FIPS mode and generate PBKDF for luksFormat according to it Bug Fixes: - dbginfo.sh: dash compatible copy sequence + - rust/pv_core: Fix UvDeviceInfo::get() method + - zipl/src: Fix leak of files if run with a broken configuration + - zkey: Fix convert command to accept only keys of type CCA-AESDATA * __v2.31.0 (2024-02-02)__ diff --git a/common.mak b/common.mak index 53adc6b4..85cebff6 100644 --- a/common.mak +++ b/common.mak @@ -32,7 +32,7 @@ endif # The variable "DISTRELEASE" should be overwritten in rpm spec files with: # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION = 2 -RELEASE = 31 +RELEASE = 32 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)