From a528bb41e0c527dfe8672538aaf0aa7e4244d7c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Fri, 21 Aug 2020 12:06:59 +0200 Subject: [PATCH] New release s390-tools-2.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- AUTHORS.md | 3 +++ CHANGELOG.md | 17 +++++++++++++---- common.mak | 2 +- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 5f33c7dd..ac91670d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,6 +1,7 @@ List of all individuals having contributed content to s390-tools ---------------------------------------------------------------- +- Alexander Egorenkov - Alexey Ishchuk - Andreas Herrmann - Andre Wild @@ -32,6 +33,7 @@ List of all individuals having contributed content to s390-tools - Fritz Elfert - Gerald Schaefer - Gerhard Tonn +- Guevenc Guelce - Hannes Reinecke - Hans-Joachim Picht - Hans Wippel @@ -52,6 +54,7 @@ List of all individuals having contributed content to s390-tools - Jean-Baptiste Joret - Jens Remus - Jochen Roehrig +- Juergen Christ - Julian Wiedmann - Karsten Graul - Kittipon Meesompop diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5bc234..107a940d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.1x.x (2020-xx-xx)__ +* __v2.14.0 (2020-08-21)__ - For Linux kernel version: 5.x + For Linux kernel version: 5.7 / 5.8 Changes of existing tools: - + - cpacfstats: Add ECC counters + - dbginfo: Added collection of /proc/softirqs + - ipl-tools: Add nvme device support to lsreipl/chreipl + - zdsfs: Add coordinated read access + - libzds: Add curl interface to access zosmf rest api + - util_opt: Change util_opt_init() to honor current command, if set Bug Fixes: - + - lsluns: Try harder to find udevadm + - mon_tools: Update udevadm location + - zipl: Fix NVMe partition and base device detection + - zipl/stage3: Correctly handle diag308 response code + - znetconf: Introduce better ways to locate udevadm * __v2.13.0 (2020-05-06)__ diff --git a/common.mak b/common.mak index bb385efd..cb203b6c 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 = 13 +RELEASE = 14 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)