mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
New release s390-tools-2.37.0
Signed-off by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
30
CHANGELOG.md
30
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 <FILE>' 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)__
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user