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
|
- 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
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -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)__
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user