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.31.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -36,6 +36,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Farhan Ali
|
||||
- Fedor Loshakov
|
||||
- Felix Beck
|
||||
- Finn Callies
|
||||
- Frank Blaschka
|
||||
- Frank Heimes
|
||||
- Frank Munzert
|
||||
@@ -127,6 +128,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Thomas Spatzier
|
||||
- Thomas Weber
|
||||
- Thorsten Winkler
|
||||
- Tobias Huschle
|
||||
- Tuan Hoang
|
||||
- Ursula Braun
|
||||
- Utz Bacher
|
||||
@@ -137,3 +139,4 @@ List of all individuals having contributed content to s390-tools
|
||||
- Volker Sameske
|
||||
- Wenjia Zhang
|
||||
- Wolfgang Taphorn
|
||||
- Yaakov Selkowitz
|
||||
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,18 +1,30 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.xx.x (2024-xx-xx)__
|
||||
* __v2.31.0 (2024-02-02)__
|
||||
|
||||
For Linux kernel version: 6.x
|
||||
For Linux kernel version: 6.7
|
||||
|
||||
General:
|
||||
- common.mak: Set default C/C++ standard to gnu11/gnu++11
|
||||
|
||||
Add new tools / libraries:
|
||||
- pvapconfig: Tool to automatically configure APQNs in SE KVM guests
|
||||
- s390-tools: Provide pre-commit configuration
|
||||
|
||||
Changes of existing tools:
|
||||
- dbginfo.sh: update man page and copyright
|
||||
- dbginfo.sh: fix relative path on script copy
|
||||
- dbginfo.sh: check for Dynamic Partition Mode
|
||||
- cpuplugd: Adjust to CPU 0 being no longer hotpluggable
|
||||
- dbginfo.sh: Check for Dynamic Partition Mode
|
||||
- dbginfo.sh: Update man page and copyright
|
||||
- rust/pv: Add user-data signing and verifying
|
||||
- rust/pvsecret: Add user defined signatures and verifications
|
||||
- zdev/dracut: Consolidate device configuration
|
||||
|
||||
Bug Fixes:
|
||||
- dbginfo.sh: Fix relative path on script copy
|
||||
- libkmipclient: Fix build with libxml2-2.12.0
|
||||
- pvsecret: Fix panic if empty file is used as host key document
|
||||
- rust/pv: Fix 'elided_lifetimes_in_associated_constant' warning
|
||||
|
||||
* __v2.30.0 (2023-12-01)__
|
||||
|
||||
|
||||
@@ -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 = 30
|
||||
RELEASE = 31
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user