Skip to content

Commit 0cd063e

Browse files
committed
New release s390-tools-2.36.0
Signed-off-by: Jan Höppner <[email protected]>
1 parent 4d97e15 commit 0cd063e

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

AUTHORS.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ List of all individuals having contributed content to s390-tools
1111
- Axel Wirbser
1212
- Balint Reczey
1313
- Benjamin Block
14+
- Bjoern Walk
1415
- Brian C. Lane
1516
- Carsten Otte
1617
- Christian Borntraeger
@@ -91,6 +92,7 @@ List of all individuals having contributed content to s390-tools
9192
- Michael Mueller
9293
- Mijo Safradin
9394
- Mikhail Zaslonko
95+
- Nihar Panda
9496
- Nikita Dubrovskii
9597
- Niklas Schnelle
9698
- Nikolay Gueorguiev
@@ -107,6 +109,7 @@ List of all individuals having contributed content to s390-tools
107109
- Sa Liu
108110
- Sascha Silbe
109111
- Sebastian Ott
112+
- Sertonix
110113
- Seshagiri N. Ippili
111114
- Simon Sturm
112115
- Stefan Bader
@@ -133,6 +136,7 @@ List of all individuals having contributed content to s390-tools
133136
- Ursula Braun
134137
- Utz Bacher
135138
- Vance Morris
139+
- VasiliyS
136140
- Vasily Gorbik
137141
- Viktor Mihajlovski
138142
- Vineeth Vijayan

CHANGELOG.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,31 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (20xx-xx-xx)__
4+
* __v2.36.0 (2024-12-06)__
55

6-
For Linux kernel version: 6.x
6+
For Linux kernel version: 6.12
7+
8+
s390-tools: Define Rust MSRV as 1.75.0
79

810
Add new tools / libraries:
11+
- cpacfinfo: Tool to provide CPACF information
12+
- opticsmon: Tools to monitor optical modules for directly attached PCI based NICs
13+
- pvimg: Rust rewrite of genprotimg
914

1015
Changes of existing tools:
16+
- chpstat: Add data bandwidth utilization column
17+
- chpstat: Add support for full CMCB
18+
- chpstat: Add support for new CMG types
19+
- dbginfo.sh: add overview commands and crypto update
20+
- hyptop: Support for structured output (json, json-seq, csv)
21+
- lszfcp: Add missing fallback marker for non-good fc_host port_state
22+
- lszfcp: Improve speed with many SCSI devices
23+
- pvattest: Add attestation policy check command
24+
- zipl: Add support of partitions of mirror md-devices
1125

1226
Bug Fixes:
27+
- lszcrypt: Fix wrong state showing up for removed AP queue within SE guest
28+
- lszfcp: Show device names line for zfcp_units without SCSI device
1329

1430
* __v2.35.0 (2024-10-01)__
1531

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

0 commit comments

Comments
 (0)