From f75c92362722922bf3f1324055839197d75bc4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Thu, 8 Dec 2022 13:16:19 +0100 Subject: [PATCH] New release s390-tools-2.25.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 | 12 ++++++++---- common.mak | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5e23cc51..cb69fe44 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -21,6 +21,7 @@ List of all individuals having contributed content to s390-tools - Colin Walters - Dan Horak - Dan Horák +- Daniel S. Haischt - Despina Papadopoulou - Dimitri John Ledkov - Eberhard Pasch diff --git a/CHANGELOG.md b/CHANGELOG.md index 4edbf622..101724f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.2x.x (2022-xx-xx)__ +* __v2.25.0 (2022-12-08)__ - For Linux kernel version: 6.x - - Add new tools / libraries: + For Linux kernel version: 6.1 Changes of existing tools: + - ap_tools: Use new mdevctl installation location + - lsdasd/tunedasd/zdev: Add support to handle copy pair relations presented by the DASD driver + - zdev: Add --shell command line switch to generate output suitable for shell environments + - zipl: Add List-Directed IPL from ECKD DASD to support secure boot Bug Fixes: + - ipl_tools: Fix chreipl node for NVMes with CONFIG_NVME_MULTIPATH + - libdasd: Fix bug that prevented positive ioctl return codes * __v2.24.0 (2022-11-09)__ diff --git a/common.mak b/common.mak index 17debc97..5ae34263 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 = 24 +RELEASE = 25 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)