From 940ce6790021816f280fab66f443e4721d527833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Thu, 17 Jul 2025 13:17:36 +0200 Subject: [PATCH] New release s390-tools-2.39.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- AUTHORS.md | 2 ++ CHANGELOG.md | 30 ++++++++++++++++++++++++++---- common.mak | 2 +- 3 files changed, 29 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index a7d2efeb..31017b90 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -71,6 +71,7 @@ List of all individuals having contributed content to s390-tools - Jean-Baptiste Joret - Jens Remus - Jochen Roehrig +- Joern Siglen - Jörn Siglen - Juergen Christ - Julian Wiedmann @@ -109,6 +110,7 @@ List of all individuals having contributed content to s390-tools - Raimund Schroeder - Ralph Wuerthner - Rene Trumpp +- Richie Buturla - Rolf Schaefer - Sa Liu - Sascha Silbe diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d6b80c..62a78925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,37 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (20xx-xx-xx)__ +* __v2.39.0 (2025-10-14)__ - For Linux kernel version: 6.x - - Add new tools / libraries: + For Linux kernel version: 6.16 / 6.17 Changes of existing tools: + - chpstat: Add options to select IEC units for scaling (SI units are default) + - chzdev: Introduce --no-module-load option + - cpi: Disable CPI for SEL guests by default + - dbginfo.sh: Enhance logging on timeout triggered + - iucvterm: Install symlink for lsiucvallow.8 man page + - lshwc: Add command line flag to specify individual counters + - lspai: Add command line flag for delta values + - lspai: Add command line flag for short counter names + - lspai: Add command line flag to specify individual counters + - lspai: Add command line flags for all cpus + - lspai: Add command line flags for hexadecimal output + - man: Use CR for constant width font + - pvimg: Add '--image-key' option + - zdev: Allow dynamic control of module load + - zipl/boot: Fix EBCDIC code page 500 conversion and decrease size by 200 bytes + - zipl: Add support of heterogeneous mirrors (remove technical limitations + on mirrored targets, thus allowing mirrored devices consist of partitions + at different offsets on disks of different types and geometry). + - zkey: Add support for generating and importing exportable secure keys Bug Fixes: + - chpstat: Fix scaling of DPU utilization calculation + - zdev/dracut: Prevent loading of unused kernel modules + - zdev: Fix double device configuration on DPM systems + - zdev: Fix double device configuration with rd.dasd + - zipl_helper.device-mapper: Fix segfault in an error path * __v2.38.0 (2025-06-25)__ diff --git a/common.mak b/common.mak index 040776da..026995c8 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 := 38 +RELEASE := 39 PATCHLEVEL := 0 DISTRELEASE := build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)