Skip to content

Commit

Permalink
New release s390-tools-2.32.0
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
  • Loading branch information
steffen-eiden committed Apr 3, 2024
1 parent 0a3a556 commit 9eea78b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
@@ -1,16 +1,22 @@
Release history for s390-tools (MIT version)
--------------------------------------------

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

For Linux kernel version: 6.x

Add new tools / libraries:
For Linux kernel version: 6.8

Changes of existing tools:
- cpumf/lscpumf: add support for machine type 3932
- genprotimg, pvattest, and pvsecret accept IBM signing key with Armonk as
subject locality
- zdump/zipl: Support for List-Directed dump from ECKD DASD
- zkey: Detect FIPS mode and generate PBKDF for luksFormat according to it

Bug Fixes:
- dbginfo.sh: dash compatible copy sequence
- rust/pv_core: Fix UvDeviceInfo::get() method
- zipl/src: Fix leak of files if run with a broken configuration
- zkey: Fix convert command to accept only keys of type CCA-AESDATA

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

Expand Down
2 changes: 1 addition & 1 deletion common.mak
Expand Up @@ -32,7 +32,7 @@ endif
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
VERSION = 2
RELEASE = 31
RELEASE = 32
PATCHLEVEL = 0
DISTRELEASE = build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
Expand Down

0 comments on commit 9eea78b

Please sign in to comment.