From f4eb7e4907d3f50155c46e648bbca1478517bc93 Mon Sep 17 00:00:00 2001 From: Stefan Haberland Date: Tue, 30 Jan 2018 15:52:31 +0100 Subject: [PATCH] New release s390-tools-2.3.0 Signed-off-by: Stefan Haberland --- AUTHORS.md | 5 +++++ CHANGELOG.md | 7 +++++-- common.mak | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 3fb0731b..1e7fd550 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -14,6 +14,7 @@ List of all individuals having contributed content to s390-tools - Christof Schmitt - Claudio Imbrenda - Clemens von Mann +- cvs2git - Dan Horak - Despina Papadopoulou - Eberhard Pasch @@ -21,6 +22,7 @@ List of all individuals having contributed content to s390-tools - Erwin Vicari - Eugene Crosser - Eugene Dvurechenski +- Eugene (jno) Dvurechenski - Farhan Ali - Fedor Loshakov - Felix Beck @@ -60,6 +62,7 @@ List of all individuals having contributed content to s390-tools - Martin Schwidefsky - Maxim Shchetynin - Melissa Howland +- Michael - Michael Ernst - Michael Holzheu - Michael Mueller @@ -74,9 +77,11 @@ List of all individuals having contributed content to s390-tools - Ralph Wuerthner - Rene Trumpp - Rolf Schaefer +- root - Sa Liu - Sascha Silbe - Sebastian Ott +- Seshagiri N Ippili - Seshagiri N. Ippili - Simon Sturm - Stefan Bader diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a6c900..46305466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.2.1 (xxxx-xx-xx)__ +* __v2.3.0 (2018-01-30)__ For Linux kernel version: 4.15 Changes of existing tools: - - lscpumf: add support for IBM z14 hardware counters + - lscpumf: Add support for IBM z14 hardware counters + - libdasd: Introduce libdasd and use for dasd tools + - zipl: Always build and link without PIE Bug Fixes: - zgetdump: Fix handling of DASD multi-volume dump for partitions above 4 GB + - zdev: Fix zdev dracut module aborting on unknown root device * __v2.2.0 (2017-12-07)__ diff --git a/common.mak b/common.mak index 958dd53b..c71a65ba 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 = 2 +RELEASE = 3 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)