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.43.0
Signed-off by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -77,7 +77,6 @@ List of all individuals having contributed content to s390-tools
|
||||
- Jean-Baptiste Joret
|
||||
- Jens Remus
|
||||
- Jochen Roehrig
|
||||
- Joern Siglen
|
||||
- Juergen Christ
|
||||
- Julian Wiedmann
|
||||
- Jörn Siglen
|
||||
@@ -135,6 +134,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Steffen Eiden
|
||||
- Steffen Maier
|
||||
- Steffen Thoss
|
||||
- Stephen Gallagher
|
||||
- Sumanth Korikkar
|
||||
- Susanne Wintenberger
|
||||
- Sven Schnelle
|
||||
@@ -148,6 +148,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Thomas Spatzier
|
||||
- Thomas Weber
|
||||
- Thorsten Winkler
|
||||
- Timo Keller
|
||||
- Tobias Huschle
|
||||
- Tuan Hoang
|
||||
- Ursula Braun
|
||||
|
||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,15 +1,23 @@
|
||||
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:
|
||||
- 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:
|
||||
- ebc: implement --version option for pvics
|
||||
- pvebc: Log services to journal+console
|
||||
- pvics: Fix virt-resize permission error
|
||||
|
||||
* __v2.42.1 (2026-05-22)__
|
||||
|
||||
|
||||
@@ -32,8 +32,8 @@ endif
|
||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION := 2
|
||||
RELEASE := 42
|
||||
PATCHLEVEL := 1
|
||||
RELEASE := 43
|
||||
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