From 997343f8417ab0af0ceb869e7a34b23cae3061e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Thu, 30 Apr 2026 16:51:35 +0200 Subject: [PATCH] New release s390-tools-2.42.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off by: Jan Höppner --- AUTHORS.md | 1 + CHANGELOG.md | 25 +++++++++++++++++++++++-- common.mak | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4afc05b2..e6a1b9e3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -17,6 +17,7 @@ List of all individuals having contributed content to s390-tools - Bjoern Walk - Brian C. Lane - Carsten Otte +- Chinmaya Kajagar - Christian Borntraeger - Christian Ehrhardt - Christof Schmitt diff --git a/CHANGELOG.md b/CHANGELOG.md index a63df7d5..29315eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,36 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (20xx-xx-xx)__ +* __v2.42.0 (2026-04-30)__ - For Linux kernel version: 6.x + For Linux kernel version: 7.0 Add new tools / libraries: + - Enable zsh and bash autocompletion for various tools + - pvebc: Resolve ASR integrity structure for EBC + - pvics: Generate SEL guests from base images + + Remove: + - tape390_display and tape390_crypt removed due to long gone hardware support + - znetcontrolunits: Remove znetcontrolunits library Changes of existing tools: + - cpumf/pai: Install SIGINT/SIGTERM handler for graceful termination + - dbginfo.sh: Add command zmemtopo + - libutil/util_fmt: Add support for JSON Lines text format + - lstape: Remove 3480 and 3590 tape support + - lsznet: Remove support for lcs device type + - pvsecret: Add support for ASR integrity structure for EBC + - zfcpdbf: Print plogi and prli within open port response as payload + - zfcpdbf: Trace all fsf status read buffer fields under HBA + - zipl/boot: Add secure boot option to the dump programm + - zkey, libekmfweb, libseckey, libkmipclient: Adjust for OpenSSL v4.0.0 API + changes and deprecations Bug Fixes: + - hyptop/opts: Fix long command line option abbreviations + - libutil/util_autocomp: Fix default file completion + - zipl/boot: Fix stage3 secure boot trailer placement * __v2.41.0 (2026-02-16)__ diff --git a/common.mak b/common.mak index b5c10a21..9d5d8cb8 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 := 41 +RELEASE := 42 PATCHLEVEL := 0 DISTRELEASE := build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)