From c2db7ce05fdc3ebd63cccbcb1edc2b606709e21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Tue, 1 Oct 2024 13:23:01 +0200 Subject: [PATCH] New release s390-tools-2.35.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off by: Jan Höppner --- CHANGELOG.md | 16 ++++++++++++++-- common.mak | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06be9729..cc7a3114 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,27 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (20xx-xx-xx)__ +* __v2.35.0 (2024-10-01)__ - For Linux kernel version: 6.x + For Linux kernel version: 6.11 Add new tools / libraries: Changes of existing tools: + - cpacfstats: Add support for FULL XTS (MSA 10) and HMAC (MSA 11) PAI counter + - cpuplugd: Make cpuplugd compatible with hiperdispatch + - dbginfo.sh: Add network sockstat info + - pvapconfig: s390x exclusive build + - zdev: Add option to select IPL device + - zdump/dfo_s390: Support s390 DFO for vr-kernel dumps + - zipl: Add support of mirror devices Bug Fixes: + - (genprotimg|zipl)/boot: discard .note.package ELF section to save memory + - netboot/mk-s390image: Fix size when argument is a symlink + - ziorep_config: Fix warning message when multipath device is not there. + - zipl: Fix problems when target parameters are specified by user + - zipl: Fix segfault when creating device-based dumps with '--dry-run' * __v2.34.0 (2024-08-01)__ diff --git a/common.mak b/common.mak index 2949f904..af1cad4f 100644 --- a/common.mak +++ b/common.mak @@ -32,7 +32,7 @@ endif # The variable "DISTRELEASE" should be overwritten in rpm spec files with: # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION := 2 -RELEASE := 34 +RELEASE := 35 PATCHLEVEL := 0 DISTRELEASE := build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)