From 8565e591bda9028d315b6d73cb0f91103eb39555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 31 Jul 2019 16:17:29 +0200 Subject: [PATCH] New release s390-tools-2.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- CHANGELOG.md | 15 ++++++++++++--- common.mak | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e75076..0586300e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.9.x (2019-xx-xx)__ + * __v2.10.0 (2019-07-31)__ - For Linux kernel version: 5.xx + For Linux kernel version: 5.2 Changes of existing tools: + - zdev: Add zfcp dix parameter handling + - cpumf: Add support for CPU-Measurement Facility counters SVN 6 Bug Fixes: - + - libutil: Add functions to test path is read/write-only + - zdev: Fix reporting of read-only sysfs attributes + - zdev: Improve handling of invalid udev rules + - zipl: Fix stfle zero padding + - zipl: Fix build issues + - zipl: Remove trailing spaces from the fields defined in BLS files + - zipl: Do not overwrite BOOT_IMAGE entry + - zkey: Fix auto-detection of clear key bitsize for XTS keys * __v2.9.0 (2019-05-21)__ diff --git a/common.mak b/common.mak index 85e44b19..f05ac0a0 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 = 9 +RELEASE = 10 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)