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.26.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -90,6 +90,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Mikhail Zaslonko
|
||||
- Nikita Dubrovskii
|
||||
- Niklas Schnelle
|
||||
- Nikolay Gueorguiev
|
||||
- Peter Oberparleiter
|
||||
- Peter Tiedemann
|
||||
- Philipp Kern
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,15 +1,24 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.xx.x (2022-xx-xx)__
|
||||
* __v2.26.0 (2023-02-14)__
|
||||
|
||||
For Linux kernel version: 6.x
|
||||
For Linux kernel version: 6.2
|
||||
|
||||
Add new tools / libraries:
|
||||
Remove tools / libraries:
|
||||
- Remove vmconvert and libvmdump in favor of vmdump file support in zdump
|
||||
|
||||
Changes of existing tools:
|
||||
- ipl_tools: Add support for list-directed IPL from ECKD DASD
|
||||
- lszcrypt: Display hardware filtering support capability
|
||||
- vmur: Remove option -c for dump file conversion (See zdump changes)
|
||||
- zdev: Add zfcp ber_stop parameter handling
|
||||
- zdump: Add vmdump dfi for vmdump format to elf format
|
||||
- zkey: Support EP11 host library version
|
||||
|
||||
Bug Fixes:
|
||||
- zipl: Move dump parmline processing and verification
|
||||
- zipl/genprotimg: Various build improvements
|
||||
|
||||
* __v2.25.0 (2022-12-08)__
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ COMMON_INCLUDED = true
|
||||
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION = 2
|
||||
RELEASE = 25
|
||||
RELEASE = 26
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user