New release s390-tools-2.43.0

Signed-off by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2026-06-25 14:37:10 +02:00
parent e4e455630b
commit f85c8ebba0
3 changed files with 15 additions and 6 deletions

View File

@@ -77,7 +77,6 @@ List of all individuals having contributed content to s390-tools
- Jean-Baptiste Joret - Jean-Baptiste Joret
- Jens Remus - Jens Remus
- Jochen Roehrig - Jochen Roehrig
- Joern Siglen
- Juergen Christ - Juergen Christ
- Julian Wiedmann - Julian Wiedmann
- Jörn Siglen - Jörn Siglen
@@ -135,6 +134,7 @@ List of all individuals having contributed content to s390-tools
- Steffen Eiden - Steffen Eiden
- Steffen Maier - Steffen Maier
- Steffen Thoss - Steffen Thoss
- Stephen Gallagher
- Sumanth Korikkar - Sumanth Korikkar
- Susanne Wintenberger - Susanne Wintenberger
- Sven Schnelle - Sven Schnelle
@@ -148,6 +148,7 @@ List of all individuals having contributed content to s390-tools
- Thomas Spatzier - Thomas Spatzier
- Thomas Weber - Thomas Weber
- Thorsten Winkler - Thorsten Winkler
- Timo Keller
- Tobias Huschle - Tobias Huschle
- Tuan Hoang - Tuan Hoang
- Ursula Braun - Ursula Braun

View File

@@ -1,15 +1,23 @@
Release history for s390-tools (MIT version) Release history for s390-tools (MIT version)
-------------------------------------------- --------------------------------------------
* __v2.xx.x (20xx-xx-xx)__ * __v2.43.0 (2026-06-25)__
For Linux kernel version: 7.x For Linux kernel version: 7.1
Add new tools / libraries: s390-tools: Set Rust MSRV to 1.85.0
Changes of existing tools: Changes of existing tools:
- dbginfo.sh: Add IBM appliance specific files
- lshwc: Show explicitly selected unnamed counters with --hide
- pvattest: Add firmware check version 2
- zipl: Introduce verbosity levels of zipl session (--debug)
- zkey: Remove the use of AF_ALG for calculating key verification patterns
Bug Fixes: Bug Fixes:
- ebc: implement --version option for pvics
- pvebc: Log services to journal+console
- pvics: Fix virt-resize permission error
* __v2.42.1 (2026-05-22)__ * __v2.42.1 (2026-05-22)__

View File

@@ -32,8 +32,8 @@ endif
# The variable "DISTRELEASE" should be overwritten in rpm spec files with: # The variable "DISTRELEASE" should be overwritten in rpm spec files with:
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION := 2 VERSION := 2
RELEASE := 42 RELEASE := 43
PATCHLEVEL := 1 PATCHLEVEL := 0
DISTRELEASE := build-$(shell date +%Y%m%d) DISTRELEASE := build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
export S390_TOOLS_RELEASE export S390_TOOLS_RELEASE