File tree 3 files changed +23
-3
lines changed
3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ List of all individuals having contributed content to s390-tools
11
11
- Axel Wirbser
12
12
- Balint Reczey
13
13
- Benjamin Block
14
+ - Bjoern Walk
14
15
- Brian C. Lane
15
16
- Carsten Otte
16
17
- Christian Borntraeger
@@ -91,6 +92,7 @@ List of all individuals having contributed content to s390-tools
91
92
- Michael Mueller
92
93
- Mijo Safradin
93
94
- Mikhail Zaslonko
95
+ - Nihar Panda
94
96
- Nikita Dubrovskii
95
97
- Niklas Schnelle
96
98
- Nikolay Gueorguiev
@@ -107,6 +109,7 @@ List of all individuals having contributed content to s390-tools
107
109
- Sa Liu
108
110
- Sascha Silbe
109
111
- Sebastian Ott
112
+ - Sertonix
110
113
- Seshagiri N. Ippili
111
114
- Simon Sturm
112
115
- Stefan Bader
@@ -133,6 +136,7 @@ List of all individuals having contributed content to s390-tools
133
136
- Ursula Braun
134
137
- Utz Bacher
135
138
- Vance Morris
139
+ - VasiliyS
136
140
- Vasily Gorbik
137
141
- Viktor Mihajlovski
138
142
- Vineeth Vijayan
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 (20xx-xx-xx )__
4
+ * __ v2.36.0 (2024-12-06 )__
5
5
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
7
9
8
10
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
9
14
10
15
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
11
25
12
26
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
13
29
14
30
* __ v2.35.0 (2024-10-01)__
15
31
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 := 35
35
+ RELEASE := 36
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