From a6f844d642f7d8e74fb7f53ed405c8f8858acb67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Mon, 20 Jun 2022 14:04:21 +0200 Subject: [PATCH] New release s390-tools-2.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- AUTHORS.md | 2 ++ CHANGELOG.md | 26 ++++++++++++++++++++++++-- common.mak | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c4d3e55a..30f02818 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -34,6 +34,7 @@ List of all individuals having contributed content to s390-tools - Fedor Loshakov - Felix Beck - Frank Blaschka +- Frank Heimes - Frank Munzert - Frank Pavlic - Fritz Elfert @@ -79,6 +80,7 @@ List of all individuals having contributed content to s390-tools - Matthew Rosato - Maxim Shchetynin - Melissa Howland +- Mete Durlu - Michael Ernst - Michael Holzheu - Michael Mueller diff --git a/CHANGELOG.md b/CHANGELOG.md index b94c6f9e..d2112b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,36 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.2x.x (2022-xx-xx)__ +* __v2.22.0 (2022-06-20)__ - For Linux kernel version: 5.xx + For Linux kernel version: 5.18 Add new tools / libraries: + - ap_tools: Introduce ap_tools and the ap-check tool + - cpumf/pai: Add Processor Activity Instrumentation tool + - libpv: New library for PV tools + - pvattest: Add new tool to create, perform, and verify attestation measurements + - zipl/zdump: Add Next Gen Dump (NGDump) support Changes of existing tools: + - Move man pages to System commands section (lscpumf, lshwc, pai, dbginfo.sh, zfcpdbf, zipl-switch-to-blscfg) + - README.md: Add 70-chreipl-fcp-mpath.rules to the list of udev rule descriptions + - Remove SysV related daemon scripts (cpacfstatsd, cpuplugd, mon_statd) + - genprotimg: Move man page to section 1 for user commands + - hyptop: increase initial update interval + - libseckey: Adapt keymgmt_match() implementation to OpenSSL + - libutil: Add util_exit_code + - libutil: Introduce util_udev + - zdev: Introduce the ap device type + - zipl-editenv: Add zIPL multienvironment support + - zipl: Implement sorting BLS entries by versions + - zkey: Add initramfs hook Bug Fixes: + - cmsfs-fuse: Fix enabling of hard_remove option + - s390-tools: Fix typos that were detected by lintian as 'typo-in-manual-page' + - zkey-kmip: Fix possible use after free + - zkey: Fix EP11 host library version checking + - zkey_kmip: Setup ext-lib once the APQNs have been configured * __v2.21.0 (2022-04-20)__ diff --git a/common.mak b/common.mak index 637e91dd..945f3898 100644 --- a/common.mak +++ b/common.mak @@ -5,7 +5,7 @@ COMMON_INCLUDED = true # The variable "DISTRELEASE" should be overwritten in rpm spec files with: # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION = 2 -RELEASE = 21 +RELEASE = 22 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)