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.24.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
+15
-5
@@ -1,18 +1,28 @@
|
|||||||
Release history for s390-tools (MIT version)
|
Release history for s390-tools (MIT version)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
* __v2.23.x (2022-xx-xx)__
|
* __v2.24.0 (2022-11-09)__
|
||||||
|
|
||||||
For Linux kernel version: 6.x
|
For Linux kernel version: 6.0
|
||||||
|
|
||||||
Add new tools / libraries:
|
Add new tools / libraries:
|
||||||
|
- Provide config files for checkpatch, codespell, and clang-format
|
||||||
|
|
||||||
Changes of existing tools:
|
Changes of existing tools:
|
||||||
|
- dbginfo.sh: Collect log from various distro tools (YaST, DNF, Anaconda)
|
||||||
|
- dbginfo.sh: add Kubernetes data collection
|
||||||
|
- libutil: Introduce util_lockfile
|
||||||
|
- zdev: Add site-aware device configuration
|
||||||
|
- zdump: Add support to read Protected Virtualization dumps
|
||||||
|
- zipl/boot: Add secure boot trailer
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
- dbginfo.sh: save dbginfo.sh version to dbginfo.log
|
- ap_tools/ap-check: Reject start for control domains without usage
|
||||||
- dbginfo.sh: ensure compatibility with /bin/dash shell
|
- cpumf/lshwc: Fix incremented counter output
|
||||||
- dbginfo.sh: add Kubernetes data collection
|
- cpumf/pai: Fix core dump when summary flag set
|
||||||
|
- dbginfo.sh: Ensure compatibility with /bin/dash shell
|
||||||
|
- dbginfo.sh: Save dbginfo.sh version to dbginfo.log
|
||||||
|
- zipl/src/zipl_helper.device-mapper: Fix bug in error path
|
||||||
|
|
||||||
* __v2.23.0 (2022-08-18)__
|
* __v2.23.0 (2022-08-18)__
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,7 +5,7 @@ COMMON_INCLUDED = true
|
|||||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||||
VERSION = 2
|
VERSION = 2
|
||||||
RELEASE = 23
|
RELEASE = 24
|
||||||
PATCHLEVEL = 0
|
PATCHLEVEL = 0
|
||||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||||
|
|||||||
Reference in New Issue
Block a user