From d9ce54dee3ac3827e76624352293a83eb05c727e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Fri, 4 Aug 2023 14:39:03 +0200 Subject: [PATCH] New release s390-tools-2.29.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- CHANGELOG.md | 21 +++++++++++++++------ common.mak | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e9de77..5e134478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,31 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (2023-xx-xx)__ +* __v2.29.0 (2023-08-04)__ - For Linux kernel version: 6.x + For Linux kernel version: 6.5 - s390-tools now supports tools written in rust! + General: + - s390-tools now supports tools written in Rust. + - Add `compdb` Makefile target to create 'compile_commands.json' to LSP + backends in IDEs and editors Add new tools / libraries: - rust/pv: Library for pv tools written in rust - rust/pvsecret: Tool to manage UV-secrets Changes of existing tools: - - genprotimg: add support for add-secret requests - - dbginfo.sh: global IFS variable - - pvattest: add yaml-output for verify command + - dbginfo.sh: Global IFS variable + - genprotimg: Add support for add-secret requests + - genprotimg: Build debuginfo files for bootloader + - hyptop: Add real SMT utilization field + - hyptop: Allow users to set speedup factor + - pvattest: Add yaml-output for verify command + - zipl: Build debuginfo files for bootloader Bug Fixes: + - dump2tar: Fix truncated paths + - zdev/dracut: fix kdump build to integrate with site support * __v2.28.0 (2023-07-11)__ diff --git a/common.mak b/common.mak index a1ffd214..7ba96e3c 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 = 28 +RELEASE = 29 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)