Skip to content

Commit 6f15ed3

Browse files
committed
New release s390-tools-2.31.0
Signed-off-by: Jan Höppner <[email protected]>
1 parent 0d2b5af commit 6f15ed3

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

AUTHORS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ List of all individuals having contributed content to s390-tools
3636
- Farhan Ali
3737
- Fedor Loshakov
3838
- Felix Beck
39+
- Finn Callies
3940
- Frank Blaschka
4041
- Frank Heimes
4142
- Frank Munzert
@@ -127,6 +128,7 @@ List of all individuals having contributed content to s390-tools
127128
- Thomas Spatzier
128129
- Thomas Weber
129130
- Thorsten Winkler
131+
- Tobias Huschle
130132
- Tuan Hoang
131133
- Ursula Braun
132134
- Utz Bacher
@@ -137,3 +139,4 @@ List of all individuals having contributed content to s390-tools
137139
- Volker Sameske
138140
- Wenjia Zhang
139141
- Wolfgang Taphorn
142+
- Yaakov Selkowitz

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,30 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (2024-xx-xx)__
4+
* __v2.31.0 (2024-02-02)__
55

6-
For Linux kernel version: 6.x
6+
For Linux kernel version: 6.7
7+
8+
General:
9+
- common.mak: Set default C/C++ standard to gnu11/gnu++11
710

811
Add new tools / libraries:
12+
- pvapconfig: Tool to automatically configure APQNs in SE KVM guests
13+
- s390-tools: Provide pre-commit configuration
914

1015
Changes of existing tools:
11-
- dbginfo.sh: update man page and copyright
12-
- dbginfo.sh: fix relative path on script copy
13-
- dbginfo.sh: check for Dynamic Partition Mode
16+
- cpuplugd: Adjust to CPU 0 being no longer hotpluggable
17+
- dbginfo.sh: Check for Dynamic Partition Mode
18+
- dbginfo.sh: Update man page and copyright
19+
- rust/pv: Add user-data signing and verifying
20+
- rust/pvsecret: Add user defined signatures and verifications
21+
- zdev/dracut: Consolidate device configuration
1422

1523
Bug Fixes:
24+
- dbginfo.sh: Fix relative path on script copy
25+
- libkmipclient: Fix build with libxml2-2.12.0
26+
- pvsecret: Fix panic if empty file is used as host key document
27+
- rust/pv: Fix 'elided_lifetimes_in_associated_constant' warning
1628

1729
* __v2.30.0 (2023-12-01)__
1830

common.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif
3232
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
3333
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
3434
VERSION = 2
35-
RELEASE = 30
35+
RELEASE = 31
3636
PATCHLEVEL = 0
3737
DISTRELEASE = build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)

0 commit comments

Comments
 (0)