From 18efac6306fdd1f398d1dae84680573a4a4ae9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Fri, 4 Feb 2022 12:25:40 +0100 Subject: [PATCH] New release s390-tools-2.20.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 | 16 ++++++++++++++-- common.mak | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 09c7ba85..5041b2f8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -38,6 +38,7 @@ List of all individuals having contributed content to s390-tools - Fritz Elfert - Gerald Schaefer - Gerhard Tonn +- Graham Inggs - Guevenc Guelce - Hannes Reinecke - Hans-Joachim Picht @@ -74,6 +75,7 @@ List of all individuals having contributed content to s390-tools - Martin Peschke - Martin Petermann - Martin Schwidefsky +- Matthew Rosato - Maxim Shchetynin - Melissa Howland - Michael Ernst @@ -103,6 +105,7 @@ List of all individuals having contributed content to s390-tools - Stefan Raspl - Stefan Reimbold - Stefan Weinhuber +- Steffen Eiden - Steffen Maier - Steffen Thoss - Susanne Wintenberger diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cac1cbf..a7e9890b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,27 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.19.x (2021-xx-xx)__ +* __v2.20.0 (2021-02-04)__ - For Linux kernel version: 5.xx + For Linux kernel version: 5.16 Add new tools / libraries: + - Add EditorConfig configuration Changes of existing tools: + - s390-tools switches to Fuse 3 as Fuse 2 is deprecated. + Affected tools: cmsfs, hmcdrvfs, hsavmcore, zdsfs, zdump - chreipl-fcp-mpath: don't compress the manpage before installing it + - cpictl: Report extended version information + - genprotimg: Add extended kernel command line support + - zdev: modify the lsblk output parser in lszdev + - zipl: Add support for longer kernel command lines (now supports up to 64k length) Bug Fixes: + - cpictl: Suppress messages for unwritable sysfs files + - dbginfo.sh: Fix missing syslog for step create_package + - lshwc: Fix CPU list parameter setup for device driver + - zdev: Check for errors when removing a devtype setting + - zdev: Fix path resolution for multi-mount point file systems * __v2.19.0 (2021-11-10)__ diff --git a/common.mak b/common.mak index 61ea5aa2..feac2996 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 = 19 +RELEASE = 20 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)