diff --git a/AUTHORS.md b/AUTHORS.md index 3f807c42..5f33c7dd 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -47,6 +47,7 @@ List of all individuals having contributed content to s390-tools - Jan Glauber - Jan Hoeppner - Jan Willeke +- Jason J. Herne - Javier Martinez Canillas - Jean-Baptiste Joret - Jens Remus @@ -58,6 +59,7 @@ List of all individuals having contributed content to s390-tools - Lakhvich Dmitriy - Marc Hartmayer - Mark Dettinger +- Mark Post - Martin Kammerer - Martin Peschke - Martin Petermann @@ -69,6 +71,7 @@ List of all individuals having contributed content to s390-tools - Michael Mueller - Mijo Safradin - Mikhail Zaslonko +- Niklas Schnelle - Peter Oberparleiter - Peter Tiedemann - Philipp Kern diff --git a/CHANGELOG.md b/CHANGELOG.md index 2638f31b..d1151f98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,32 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.12.x (20xx-xx-xx)__ +* __v2.13.0 (2020-05-06)__ - For Linux kernel version: 5.x + For Linux kernel version: 5.5 / 5.6 + + Add new tool: + - genprotimg: Add genprotimg to create protected virtualization images + - genprotimg: Add sample script to verify host keys Changes of existing tools: - dbginfo: Gather bridge related data (using 'bridge') + - dbginfo: Removed collection of /var/log/opencryptoki/ + - dbginfo: collect softnet_stat + - dbginfo: gather ethtool output for per-queue coalescing + - ipl_tools: Support clear attribute for FCP and CCW re-IPL + - zdev: Report FC Endpoint Security of zfcp devices + - zdev/dracut/95zdev/module-setup.sh: Add ctcm kernel module + - cpumf/data: Add new deflate counters for IBM z15 + - zkey: Add support for EP11 secure keys + - zpcictl: Initiate recover after reset + - zipl: Add support for NVMe devices + - zipl: A multitude of code and stability improvements Bug Fixes: + - zipl: Prevent endless loop during IPL + - zipl/libc: Fix potential buffer overflow in printf + - zkey: Fix listing of keys on file systems reporting DT_UNKNOWN + - zkey: Fix display of clear key size for XTS, CCA-AESCIPHER, and EP11-AES XTS keys * __v2.12.0 (2019-12-17)__ diff --git a/common.mak b/common.mak index d4375c62..bb385efd 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 = 12 +RELEASE = 13 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)