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.14.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
List of all individuals having contributed content to s390-tools
|
||||
----------------------------------------------------------------
|
||||
|
||||
- Alexander Egorenkov
|
||||
- Alexey Ishchuk
|
||||
- Andreas Herrmann
|
||||
- Andre Wild
|
||||
@@ -32,6 +33,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Fritz Elfert
|
||||
- Gerald Schaefer
|
||||
- Gerhard Tonn
|
||||
- Guevenc Guelce
|
||||
- Hannes Reinecke
|
||||
- Hans-Joachim Picht
|
||||
- Hans Wippel
|
||||
@@ -52,6 +54,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Jean-Baptiste Joret
|
||||
- Jens Remus
|
||||
- Jochen Roehrig
|
||||
- Juergen Christ
|
||||
- Julian Wiedmann
|
||||
- Karsten Graul
|
||||
- Kittipon Meesompop
|
||||
|
||||
17
CHANGELOG.md
17
CHANGELOG.md
@@ -1,13 +1,22 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
* __v2.1x.x (2020-xx-xx)__
|
||||
* __v2.14.0 (2020-08-21)__
|
||||
|
||||
For Linux kernel version: 5.x
|
||||
For Linux kernel version: 5.7 / 5.8
|
||||
|
||||
Changes of existing tools:
|
||||
|
||||
- cpacfstats: Add ECC counters
|
||||
- dbginfo: Added collection of /proc/softirqs
|
||||
- ipl-tools: Add nvme device support to lsreipl/chreipl
|
||||
- zdsfs: Add coordinated read access
|
||||
- libzds: Add curl interface to access zosmf rest api
|
||||
- util_opt: Change util_opt_init() to honor current command, if set
|
||||
Bug Fixes:
|
||||
|
||||
- lsluns: Try harder to find udevadm
|
||||
- mon_tools: Update udevadm location
|
||||
- zipl: Fix NVMe partition and base device detection
|
||||
- zipl/stage3: Correctly handle diag308 response code
|
||||
- znetconf: Introduce better ways to locate udevadm
|
||||
|
||||
* __v2.13.0 (2020-05-06)__
|
||||
|
||||
|
||||
@@ -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 = 13
|
||||
RELEASE = 14
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user