From d9ca409978c79339d7da092faf68e4e65727289d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Mon, 7 May 2018 15:14:11 +0200 Subject: [PATCH] New release s390-tools-2.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- AUTHORS.md | 1 + CHANGELOG.md | 15 ++++++++++++++- common.mak | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3fb0731b..a25880a8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -96,6 +96,7 @@ List of all individuals having contributed content to s390-tools - Thomas Weber - Ursula Braun - Utz Bacher +- Vasily Gorbik - Viktor Mihajlovski - Volker Sameske - Wolfgang Taphorn diff --git a/CHANGELOG.md b/CHANGELOG.md index dd624761..ddc504cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,28 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.3.1 (XXX-XX-XX)__ + * __v2.4.0 (2018-05-07)__ For Linux kernel version: 4.16 Changes of existing tools: - dbginfo: Gather nvme related data + - zipl: Rewrite helper script in C + - libutil: Add function util_strstrip + - libvmcp: Introduce libvmcp + - zipl: Extend DASD stand-alone dumpers to drop zero pages + - zgetdump: Add verbose option + - zgetdump: Add 'Dump file size' field for zgetdump -i output + - cpumf: Add IBM z14 ZR1 to the CPU Measurement Facility model list + - zkey: Add build dependency to OpenSSL (libcrypto) + - zkey: Add keystore implementation + Bug Fixes: - hmcdrvfs: fix parsing of link count >= 1000 + - zgetdump: Avoid Segfault on processing dumps with memory limit + - chreipl: correct fcp reipl sysfs write sequence + - udev: Replace WAIT_FOR with TEST keyword * __v2.3.0 (2018-01-30)__ diff --git a/common.mak b/common.mak index 43a0d6e2..ee424c5d 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 = 3 +RELEASE = 4 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)