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)