From b9d1c86613c567c55cdce68c86c692d7d15b5cf6 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Wed, 5 Mar 2025 10:06:29 +0000 Subject: [PATCH] CHANGELOG.md: Describe the 'genprotimg' changes in v2.36.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This helps the users and distro-partners to understand what has changed. Acked-by: Jan Höppner Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2846bed7..4b882605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,14 @@ Release history for s390-tools (MIT version) - chpstat: Add support for full CMCB - chpstat: Add support for new CMG types - dbginfo.sh: add overview commands and crypto update + - genprotimg: + 1. genprotimg is now a symbolic link to the new tool `pvimg create` + 2. Breaking API changes in genprotimg: + 1. An existing output file is no longer silently overwritten; to revert + to the old behavior use the `--overwrite` option. + 2. The Linux kernel component is now checked to determine whether it is a + binary s390x kernel. To disable this behavior use the + `--no-component-check` option. - hyptop: Support for structured output (json, json-seq, csv) - lszfcp: Add missing fallback marker for non-good fc_host port_state - lszfcp: Improve speed with many SCSI devices