diff --git a/AUTHORS.md b/AUTHORS.md index ac91670d..b05c3fe3 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -19,6 +19,7 @@ List of all individuals having contributed content to s390-tools - Despina Papadopoulou - Dimitri John Ledkov - Eberhard Pasch +- Eduard Shishkin - Einar Lueck - Eric Sandeen - Erwin Vicari @@ -97,6 +98,7 @@ List of all individuals having contributed content to s390-tools - Steffen Maier - Steffen Thoss - Susanne Wintenberger +- Sven Schnelle - Sven Schuetz - Swen Schillig - Taraka R. Bodireddy diff --git a/CHANGELOG.md b/CHANGELOG.md index 351fe53e..121da027 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,28 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.1x.x (2020-xx-xx)__ +* __v2.15.0 (2020-10-15)__ - For Linux kernel version: 5.x + For Linux kernel version: 5.9 + + Add new tool: + - lsstp: A small utility to display the Server Time Protocol (STP) information present in sysfs Changes of existing tools: + - dumpconf: support NVMe dump/reipl device + - ipl_tools: support clear attribute for nvme re-IPL + - zcrypt: Support new config state with lszcrypt and chzcrypt + - zkey: Add support for key management system plugins + including the KMS commands: + bind, unbind, info, configure, rencipher, list, import, refresh + - zkey: Add EKMFWeb support to remotely generate secure keys + - libekmfweb: Add new EKMFWeb client library + - libutil: Add util_file_read_va() + - libutil: Add util_file_read_i()/util_file_read_ui() Bug Fixes: + - cpumf: Fix version and help printout when CPUMF is not installed + - ziomon/ziorep_printers: fix virtual adapter CSV output + - zipl: Fix Error when title is not the first field in BLS file * __v2.14.0 (2020-08-21)__ diff --git a/common.mak b/common.mak index 0ef51761..fa99c514 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 = 14 +RELEASE = 15 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)