diff --git a/AUTHORS.md b/AUTHORS.md index b05c3fe3..a9921c96 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -9,12 +9,14 @@ List of all individuals having contributed content to s390-tools - Arnd Bergmann - Axel Wirbser - Benjamin Block +- Brian C. Lane - Carsten Otte - Christian Borntraeger - Christian Ehrhardt - Christof Schmitt - Claudio Imbrenda - Clemens von Mann +- Colin Walters - Dan Horak - Despina Papadopoulou - Dimitri John Ledkov @@ -75,11 +77,13 @@ List of all individuals having contributed content to s390-tools - Michael Mueller - Mijo Safradin - Mikhail Zaslonko +- Nikita Dubrovskii - Niklas Schnelle - Peter Oberparleiter - Peter Tiedemann - Philipp Kern - Philipp Rudo +- Prashanth Sundararaman - Rafael Fonseca - Raimund Schroeder - Ralph Wuerthner @@ -109,7 +113,10 @@ List of all individuals having contributed content to s390-tools - Tuan Hoang - Ursula Braun - Utz Bacher +- Vance Morris - Vasily Gorbik - Viktor Mihajlovski +- Vineeth Vijayan - Volker Sameske +- Wenjia Zhang - Wolfgang Taphorn diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aca846e..cac6aabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,35 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.15.x (2020-xx-xx)__ +* __v2.16.0 (2021-02-19)__ - For Linux kernel version: 5.x + For Linux kernel version: 5.10 / 5.11 + + Add new tool: + - hsci: New tool to manage HSCI (HiperSockets Converged Interfaces) Changes of existing tools: - - hsci: New tool to manage HSCI interfaces - genprotimg: Add host-key document verification support + - genprotimg: boot: Make boot loader -march=z900 compatible + - libekmfweb: Make install directory for shared libraries configurable + - lsdasd: Add FC Endpoint Security information + - make: Add address sanitizer support + - netboot: Add version information to scripts + - netboot: Bump busybox version in pxelinux.0 build + - zdev: Add FC Endpoint Security information for DASD devices + - zdev: Add build option to update initial RAM-disk by default + - zkey-ekmfweb: Avoid sequence number clash when generating keys + - zkey/zkey-ekmfweb: Install KMS plugins into configurable location + - zkey: Add support to store LUKS2 dummy passphrase in key repository Bug Fixes: + - dasdfmt: Fix segfault when an incorrect option is specified + - genprotimg: Fix several build issues + - genprotimg: Require argument for 'ramdisk' and 'parmfile' options + - zcryptstats: Fix handling of partial results with many domains + - zfcpdbf: Deal with crash 7.2.9 change in caller name formatting + - zipl/boot: Fix memory use after free in stage2 + - zipl/boot: Fix potential heap overflow in stage2 + - zipl: Fix reading 4k disk's geometry * __v2.15.1 (2020-10-28)__ diff --git a/common.mak b/common.mak index 1f767202..e6fd2778 100644 --- a/common.mak +++ b/common.mak @@ -5,8 +5,8 @@ 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 = 15 -PATCHLEVEL = 1 +RELEASE = 16 +PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE) export S390_TOOLS_RELEASE