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.10.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
+12
-3
@@ -1,13 +1,22 @@
|
|||||||
Release history for s390-tools (MIT version)
|
Release history for s390-tools (MIT version)
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
* __v2.9.x (2019-xx-xx)__
|
* __v2.10.0 (2019-07-31)__
|
||||||
|
|
||||||
For Linux kernel version: 5.xx
|
For Linux kernel version: 5.2
|
||||||
|
|
||||||
Changes of existing tools:
|
Changes of existing tools:
|
||||||
|
- zdev: Add zfcp dix parameter handling
|
||||||
|
- cpumf: Add support for CPU-Measurement Facility counters SVN 6
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
- libutil: Add functions to test path is read/write-only
|
||||||
|
- zdev: Fix reporting of read-only sysfs attributes
|
||||||
|
- zdev: Improve handling of invalid udev rules
|
||||||
|
- zipl: Fix stfle zero padding
|
||||||
|
- zipl: Fix build issues
|
||||||
|
- zipl: Remove trailing spaces from the fields defined in BLS files
|
||||||
|
- zipl: Do not overwrite BOOT_IMAGE entry
|
||||||
|
- zkey: Fix auto-detection of clear key bitsize for XTS keys
|
||||||
|
|
||||||
* __v2.9.0 (2019-05-21)__
|
* __v2.9.0 (2019-05-21)__
|
||||||
|
|
||||||
|
|||||||
+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 = 9
|
RELEASE = 10
|
||||||
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