Skip to content

Commit c217f6b

Browse files
committed
New release s390-tools-2.30.0
Signed-off-by: Jan Höppner <[email protected]>
1 parent 21662d3 commit c217f6b

File tree

3 files changed

+27
-7
lines changed

3 files changed

+27
-7
lines changed

AUTHORS.md

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ List of all individuals having contributed content to s390-tools
2727
- Eberhard Pasch
2828
- Eduard Shishkin
2929
- Einar Lueck
30+
- Eric Farman
3031
- Eric Sandeen
3132
- Erwin Vicari
3233
- Eugene Crosser
@@ -56,6 +57,7 @@ List of all individuals having contributed content to s390-tools
5657
- Horst Hummel
5758
- Ingo Franzki
5859
- Ingo Tuchscherer
60+
- Jakub Čajka
5961
- Jan Glauber
6062
- Jan Höppner
6163
- Jan Willeke
@@ -124,6 +126,7 @@ List of all individuals having contributed content to s390-tools
124126
- Thomas Richter
125127
- Thomas Spatzier
126128
- Thomas Weber
129+
- Thorsten Winkler
127130
- Tuan Hoang
128131
- Ursula Braun
129132
- Utz Bacher

CHANGELOG.md

+23-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,32 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (2023-xx-xx)__
4+
* __v2.30.0 (2023-12-01)__
55

6-
For Linux kernel version: 6.x
6+
For Linux kernel version: 6.6
77

88
Add new tools / libraries:
9-
10-
Changes of existing tools:
11-
12-
Bug Fixes:
9+
- lspai: Tool to display PAI counter sets
10+
- s390-tools: Provide a ShellCheck configuration
11+
12+
Changes of existing tools / libraries:
13+
- cpumf/pai: Add command line option for realtime scheduling
14+
- dbginfo.sh: enhance ethtool collection for ROCE
15+
- libutil/util_lockfile: add routine to return owning pid of file lock
16+
- lszcrypt: Improve lszcrypt output on SE guests
17+
- rust: Use a single workspace for all rust tools
18+
- zdev: limit the derivation of ZDEV_SITE_ID
19+
- zdump/df_s390: Update 'zgetdump -i' output with zlib info
20+
- zdump/dfi_s390: Support reading compressed s390_ext dumps
21+
- zipl/boot: Integrate zlib compression to single volume DASD dumper
22+
- zipl/boot: compile the bootloaders only if HOST_ARCH is s390x
23+
- zipl: Add --no-compress option to zipl command
24+
- zkey: Also check for deconfigured and check-stopped cards
25+
26+
Bug Fixes:
27+
- ap_tools/ap-check: handle get-attributes between pre and post event
28+
- libutil: fix util_file_read_*() using wrong format specifiers
29+
- rust/pv: fix Invalid write of size 1
1330

1431
* __v2.29.0 (2023-08-04)__
1532

common.mak

+1-1
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 = 29
35+
RELEASE = 30
3636
PATCHLEVEL = 0
3737
DISTRELEASE = build-$(shell date +%Y%m%d)
3838
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)

0 commit comments

Comments
 (0)