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.25.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -21,6 +21,7 @@ List of all individuals having contributed content to s390-tools
|
|||||||
- Colin Walters
|
- Colin Walters
|
||||||
- Dan Horak
|
- Dan Horak
|
||||||
- Dan Horák
|
- Dan Horák
|
||||||
|
- Daniel S. Haischt
|
||||||
- Despina Papadopoulou
|
- Despina Papadopoulou
|
||||||
- Dimitri John Ledkov
|
- Dimitri John Ledkov
|
||||||
- Eberhard Pasch
|
- Eberhard Pasch
|
||||||
|
|||||||
+8
-4
@@ -1,15 +1,19 @@
|
|||||||
Release history for s390-tools (MIT version)
|
Release history for s390-tools (MIT version)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
* __v2.2x.x (2022-xx-xx)__
|
* __v2.25.0 (2022-12-08)__
|
||||||
|
|
||||||
For Linux kernel version: 6.x
|
For Linux kernel version: 6.1
|
||||||
|
|
||||||
Add new tools / libraries:
|
|
||||||
|
|
||||||
Changes of existing tools:
|
Changes of existing tools:
|
||||||
|
- ap_tools: Use new mdevctl installation location
|
||||||
|
- lsdasd/tunedasd/zdev: Add support to handle copy pair relations presented by the DASD driver
|
||||||
|
- zdev: Add --shell command line switch to generate output suitable for shell environments
|
||||||
|
- zipl: Add List-Directed IPL from ECKD DASD to support secure boot
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
- ipl_tools: Fix chreipl node for NVMes with CONFIG_NVME_MULTIPATH
|
||||||
|
- libdasd: Fix bug that prevented positive ioctl return codes
|
||||||
|
|
||||||
* __v2.24.0 (2022-11-09)__
|
* __v2.24.0 (2022-11-09)__
|
||||||
|
|
||||||
|
|||||||
+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 = 24
|
RELEASE = 25
|
||||||
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