diff --git a/AUTHORS.md b/AUTHORS.md index 06c87dce6..09c7ba85b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -2,6 +2,7 @@ List of all individuals having contributed content to s390-tools ---------------------------------------------------------------- - Alexander Egorenkov +- Alexandra Winter - Alexey Ishchuk - Andreas Herrmann - Andre Wild @@ -110,6 +111,7 @@ List of all individuals having contributed content to s390-tools - Swen Schillig - Taraka R. Bodireddy - Thomas Heidrich +- Thomas Huth - Thomas Richter - Thomas Spatzier - Thomas Weber diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffa65a61..762b83b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,23 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.18.x (2021-xx-xx)__ +* __v2.19.0 (2021-11-10)__ - For Linux kernel version: 5.xx + For Linux kernel version: 5.15 Add new tools / libraries: - chreipl-fcp-mpath: New toolset that uses multipath information to change the configured FCP re-IPL path on detecting issues with the current path Changes of existing tools: + - dbginfo.sh: Add retry timeout and remove possible blocking "blockdev --report" + - dbginfo.sh: Collect config- and debug-data for chreipl-fcp-mpath + - hsci: Add support for multiple MAC addresses Bug Fixes: - - Changes of existing tools: - - dbginfo.sh: retry for timeout and remove possible blocking "blockdev --report" + - lshwc: Fix compile error for gcc <8.1 + - zdump: Various clean-ups and fixes + - ziomon: Correct throughput calculation in ziorep_printers + - zipl: Fix segmentation fault when setting stage3_parms * __v2.18.0 (2021-10-01)__ diff --git a/common.mak b/common.mak index 525be7fc9..61ea5aa21 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 = 18 +RELEASE = 19 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)