File tree 3 files changed +21
-6
lines changed
3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ List of all individuals having contributed content to s390-tools
36
36
- Farhan Ali
37
37
- Fedor Loshakov
38
38
- Felix Beck
39
+ - Finn Callies
39
40
- Frank Blaschka
40
41
- Frank Heimes
41
42
- Frank Munzert
@@ -127,6 +128,7 @@ List of all individuals having contributed content to s390-tools
127
128
- Thomas Spatzier
128
129
- Thomas Weber
129
130
- Thorsten Winkler
131
+ - Tobias Huschle
130
132
- Tuan Hoang
131
133
- Ursula Braun
132
134
- Utz Bacher
@@ -137,3 +139,4 @@ List of all individuals having contributed content to s390-tools
137
139
- Volker Sameske
138
140
- Wenjia Zhang
139
141
- Wolfgang Taphorn
142
+ - Yaakov Selkowitz
Original file line number Diff line number Diff line change 1
1
Release history for s390-tools (MIT version)
2
2
--------------------------------------------
3
3
4
- * __ v2.xx.x (2024-xx-xx )__
4
+ * __ v2.31.0 (2024-02-02 )__
5
5
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
7
10
8
11
Add new tools / libraries:
12
+ - pvapconfig: Tool to automatically configure APQNs in SE KVM guests
13
+ - s390-tools: Provide pre-commit configuration
9
14
10
15
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
14
22
15
23
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
16
28
17
29
* __ v2.30.0 (2023-12-01)__
18
30
Original file line number Diff line number Diff line change 32
32
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
33
33
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
34
34
VERSION = 2
35
- RELEASE = 30
35
+ RELEASE = 31
36
36
PATCHLEVEL = 0
37
37
DISTRELEASE = build-$(shell date +% Y% m% d)
38
38
S390_TOOLS_RELEASE = $(VERSION ) .$(RELEASE ) .$(PATCHLEVEL ) -$(DISTRELEASE )
You can’t perform that action at this time.
0 commit comments