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.42.1
Signed-off by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,15 +1,23 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.xx.x (20xx-xx-xx)__
|
||||
* __v2.42.1 (2026-05-22)__
|
||||
|
||||
For Linux kernel version: 7.x
|
||||
|
||||
Add new tools / libraries:
|
||||
For Linux kernel version: 7.0
|
||||
|
||||
Changes of existing tools:
|
||||
- cpumf/pai: Improve -m XXX argument verification
|
||||
- pvattest: Add -i -o option variant for check
|
||||
- pvattest: Show perform -i & -o option in help
|
||||
- pvebc: Disable unit logging to /boot
|
||||
- pvsecret: Add -i -o option variants
|
||||
|
||||
Bug Fixes:
|
||||
- cpumf/pai: Remove unnecessary const parameter definition
|
||||
- pv: Fix error description
|
||||
- pvebc: Fix dependency for non EBC guests
|
||||
- pvebc: Fix kernel module dependencies
|
||||
- zipl: Don't modify job->data.dump and job->data.mvdump sequentially
|
||||
|
||||
* __v2.42.0 (2026-04-30)__
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ endif
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION := 2
|
||||
RELEASE := 42
|
||||
PATCHLEVEL := 0
|
||||
PATCHLEVEL := 1
|
||||
DISTRELEASE := build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
export S390_TOOLS_RELEASE
|
||||
|
||||
Reference in New Issue
Block a user