From d6925a30da2e78fa0581056a30bf99992d1aec59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 31 Oct 2018 09:36:34 +0100 Subject: [PATCH] New release s390-tools-2.7.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 | 30 ++++++++++++++++++++---------- common.mak | 2 +- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index c1de09f0..1bb32886 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -19,6 +19,7 @@ List of all individuals having contributed content to s390-tools - Dimitri John Ledkov - Eberhard Pasch - Einar Lueck +- Eric Sandeen - Erwin Vicari - Eugene Crosser - Eugene Dvurechenski diff --git a/CHANGELOG.md b/CHANGELOG.md index adbd7b01..be5bf1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,29 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.6.1 (XXXX-XX-XX)__ + * __v2.7.0 (2018-10-31)__ + + For Linux kernel version: 4.19 + + Add new tool: + - zcryptctl: Add zcryptctl for multiple zcrypt node management + - zpcictl: Add zpcictl for reporting defective PCI devices Changes of existing tools: - - qethqoat: add OSA-Express7S support + - qethqoat: Add OSA-Express7S support + - lszcrypt: Add support for alternative zcrypt device drivers + - zfcpdump: Add install script for zfcpdump + - zipl: Make zipl work with XFS by using the FIEMAP mapping ioctl Bug Fixes: - - lstape: fix output with SCSI lin_tape and multiple paths to same unit - - lstape: fix output without SCSI generic (sg) - - lsluns: fix to prevent error messages if there are non-zfcp SCSI devices - - lstape: fix to prevent error messages if there are non-zfcp SCSI devices - - lstape: fix description of --type and filter for channel tapes - - lstape: fix SCSI output description in man page - - lstape: fix SCSI HBA CCW device bus-ID e.g. for virtio-scsi-ccw - + - lstape: Fix output with SCSI lin_tape and multiple paths to same unit + - lstape: Fix output without SCSI generic (sg) + - lsluns: Fix to prevent error messages if there are non-zfcp SCSI devices + - lstape: Fix to prevent error messages if there are non-zfcp SCSI devices + - lstape: Fix description of --type and filter for channel tapes + - lstape: Fix SCSI output description in man page + - lstape: Fix SCSI HBA CCW device bus-ID e.g. for virtio-scsi-ccw + - Direct --help and --version output to stdout for several tools + - osasnmpd: Start without real OSA devices * __v2.6.0 (2018-08-10)__ diff --git a/common.mak b/common.mak index 60296870..1e8d8444 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 = 6 +RELEASE = 7 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)