Skip to content

Commit 9eea78b

Browse files
committed
New release s390-tools-2.32.0
Signed-off-by: Steffen Eiden <[email protected]>
1 parent 0a3a556 commit 9eea78b

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
33

4-
* __v2.xx.x (2024-xx-xx)__
4+
* __v2.32.0 (2024-04-03)__
55

6-
For Linux kernel version: 6.x
7-
8-
Add new tools / libraries:
6+
For Linux kernel version: 6.8
97

108
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
1114

1215
Bug Fixes:
1316
- 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
1420

1521
* __v2.31.0 (2024-02-02)__
1622

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

0 commit comments

Comments
 (0)