diff --git a/AUTHORS.md b/AUTHORS.md index 5ebfc0af..ab4da077 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -59,6 +59,7 @@ List of all individuals having contributed content to s390-tools - Horst Hummel - Ingo Franzki - Ingo Tuchscherer +- Jakob Naucke - Jakub Čajka - Jan Glauber - Jan Höppner diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e61155..540a8a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,37 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (20xx-xx-xx)__ +* __v2.37.0 (2025-02-07)__ - For Linux kernel version: 6.x - - Add new tools / libraries: + For Linux kernel version: 6.13 Changes of existing tools: + - dbginfo.sh: Add details on CPU-measurement + - dbginfo.sh: Add new crypto command + - dbginfo.sh: Add overview commands and crypto update + - dbginfo.sh: Adding kdump info + - dbginfo.sh: Removing outdated email references + - dbginfo.sh: Rework network section + - dbginfo.sh: Update copyright 2nd year + - pvimg: Add '--(enable|disable)-image-encryption' flags to 'pvimg create' + - pvimg: Add '--cck ' command line option and make '--comm-key' an alias + - pvimg: Add '--hdr-key' command line option to 'pvimg create' + - pvimg: Rename '--key' into '--hdr-key' and use '--key' as an alias (for 'pvimg info') + - pvsecret: Add support for retrievable secrets + - ziorep_config: Add PCHID field to adapter report + - ziorep_traffic: Add DEVBUSID column to traffic report + - ziorep_utilization: Add --fcp-device parameter to print virtual adapter report + - ziorep_utilization: Add PCHID column to physical adapter report + - ziorep_utilization: Now prints only physical adapter report by default + - ziorep_utilization: Swap Bus-ID and CHPID columns in virtual adapter report + - zipl/boot: Increase section size for eckd_mv dumper + - zkey: Add support for listing and importing protected virtualization secrets Bug Fixes: + - chpstat: Fix invalid utilization data on older kernels + - opticsmon: Fix runaway loop in on_link_change() + - zipl: Update inline assembly for GCC 15 + - zipl_helper.device-mapper: Add missed step in logical device resolution * __v2.36.0 (2024-12-06)__ diff --git a/common.mak b/common.mak index 9ef7ee75..795d03d2 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 := 36 +RELEASE := 37 PATCHLEVEL := 0 DISTRELEASE := build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)