From 4014087876a7c094a22af576b762ddecee71c515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 14 Feb 2023 13:41:10 +0100 Subject: [PATCH] New release s390-tools-2.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- AUTHORS.md | 1 + CHANGELOG.md | 15 ++++++++++++--- common.mak | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index cb69fe44..a9ddb2af 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -90,6 +90,7 @@ List of all individuals having contributed content to s390-tools - Mikhail Zaslonko - Nikita Dubrovskii - Niklas Schnelle +- Nikolay Gueorguiev - Peter Oberparleiter - Peter Tiedemann - Philipp Kern diff --git a/CHANGELOG.md b/CHANGELOG.md index efe49c76..76a386d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,24 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (2022-xx-xx)__ +* __v2.26.0 (2023-02-14)__ - For Linux kernel version: 6.x + For Linux kernel version: 6.2 - Add new tools / libraries: + Remove tools / libraries: + - Remove vmconvert and libvmdump in favor of vmdump file support in zdump Changes of existing tools: + - ipl_tools: Add support for list-directed IPL from ECKD DASD + - lszcrypt: Display hardware filtering support capability + - vmur: Remove option -c for dump file conversion (See zdump changes) + - zdev: Add zfcp ber_stop parameter handling + - zdump: Add vmdump dfi for vmdump format to elf format + - zkey: Support EP11 host library version Bug Fixes: + - zipl: Move dump parmline processing and verification + - zipl/genprotimg: Various build improvements * __v2.25.0 (2022-12-08)__ diff --git a/common.mak b/common.mak index 269fff32..dbd1ebb6 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 = 25 +RELEASE = 26 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)