Skip to content

Commit

Permalink
New release s390-tools-2.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Höppner <[email protected]>
  • Loading branch information
hoeppnerj committed Nov 10, 2021
1 parent bcb8ea0 commit 04407d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ List of all individuals having contributed content to s390-tools
----------------------------------------------------------------

- Alexander Egorenkov
- Alexandra Winter
- Alexey Ishchuk
- Andreas Herrmann
- Andre Wild
Expand Down Expand Up @@ -110,6 +111,7 @@ List of all individuals having contributed content to s390-tools
- Swen Schillig
- Taraka R. Bodireddy
- Thomas Heidrich
- Thomas Huth
- Thomas Richter
- Thomas Spatzier
- Thomas Weber
Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
Release history for s390-tools (MIT version)
--------------------------------------------
* __v2.18.x (2021-xx-xx)__
* __v2.19.0 (2021-11-10)__

For Linux kernel version: 5.xx
For Linux kernel version: 5.15

Add new tools / libraries:
- chreipl-fcp-mpath: New toolset that uses multipath information to change
the configured FCP re-IPL path on detecting issues with the current path

Changes of existing tools:
- dbginfo.sh: Add retry timeout and remove possible blocking "blockdev --report"
- dbginfo.sh: Collect config- and debug-data for chreipl-fcp-mpath
- hsci: Add support for multiple MAC addresses

Bug Fixes:

Changes of existing tools:
- dbginfo.sh: retry for timeout and remove possible blocking "blockdev --report"
- lshwc: Fix compile error for gcc <8.1
- zdump: Various clean-ups and fixes
- ziomon: Correct throughput calculation in ziorep_printers
- zipl: Fix segmentation fault when setting stage3_parms

* __v2.18.0 (2021-10-01)__

Expand Down
2 changes: 1 addition & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 18
RELEASE = 19
PATCHLEVEL = 0
DISTRELEASE = build-$(shell date +%Y%m%d)
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
Expand Down

0 comments on commit 04407d2

Please sign in to comment.