Commit 9eea78b 1 parent 0a3a556 commit 9eea78b Copy full SHA for 9eea78b
File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed 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.32.0 (2024-04-03 )__
5
5
6
- For Linux kernel version: 6.x
7
-
8
- Add new tools / libraries:
6
+ For Linux kernel version: 6.8
9
7
10
8
Changes of existing tools:
9
+ - cpumf/lscpumf: add support for machine type 3932
10
+ - genprotimg, pvattest, and pvsecret accept IBM signing key with Armonk as
11
+ subject locality
12
+ - zdump/zipl: Support for List-Directed dump from ECKD DASD
13
+ - zkey: Detect FIPS mode and generate PBKDF for luksFormat according to it
11
14
12
15
Bug Fixes:
13
16
- dbginfo.sh: dash compatible copy sequence
17
+ - rust/pv_core: Fix UvDeviceInfo::get() method
18
+ - zipl/src: Fix leak of files if run with a broken configuration
19
+ - zkey: Fix convert command to accept only keys of type CCA-AESDATA
14
20
15
21
* __ v2.31.0 (2024-02-02)__
16
22
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 = 31
35
+ RELEASE = 32
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