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.15.1
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,13 +1,22 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
* __v2.15.x (2020-xx-xx)__
|
||||
* __v2.15.1 (2020-10-28)__
|
||||
|
||||
For Linux kernel version: 5.x
|
||||
For Linux kernel version: 5.9
|
||||
|
||||
Changes of existing tools:
|
||||
- lsstp: Improve wording and fix typos in man page
|
||||
- zkey: Ensure zkey and friends are skipped with HAVE_OPENSSL=0
|
||||
- zkey: Add library versioning for libekmfweb and zkey-ekmfweb
|
||||
- libutil: Add function to determine base device of a partition block device
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
- dasdfmt: Fix bad file descriptor error when running on symlinks
|
||||
- libdasd: Fix dasd_get_host_access_count()
|
||||
- zipl: Fix multivolume dump
|
||||
- zgetdump: Fix device node determination via sysfs to work with multivolume again
|
||||
- genprotimg/boot: Fix build by disabling SSP
|
||||
- zipl/boot: Fix build by disabling SSP
|
||||
|
||||
* __v2.15.0 (2020-10-15)__
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ COMMON_INCLUDED = true
|
||||
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
|
||||
VERSION = 2
|
||||
RELEASE = 15
|
||||
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