Skip to content

Commit 18efac6

Browse files
committed
New release s390-tools-2.20.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
1 parent 18f8db2 commit 18efac6

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

AUTHORS.md

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ List of all individuals having contributed content to s390-tools
3838
- Fritz Elfert
3939
- Gerald Schaefer
4040
- Gerhard Tonn
41+
- Graham Inggs
4142
- Guevenc Guelce
4243
- Hannes Reinecke
4344
- Hans-Joachim Picht
@@ -74,6 +75,7 @@ List of all individuals having contributed content to s390-tools
7475
- Martin Peschke
7576
- Martin Petermann
7677
- Martin Schwidefsky
78+
- Matthew Rosato
7779
- Maxim Shchetynin
7880
- Melissa Howland
7981
- Michael Ernst
@@ -103,6 +105,7 @@ List of all individuals having contributed content to s390-tools
103105
- Stefan Raspl
104106
- Stefan Reimbold
105107
- Stefan Weinhuber
108+
- Steffen Eiden
106109
- Steffen Maier
107110
- Steffen Thoss
108111
- Susanne Wintenberger

CHANGELOG.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
Release history for s390-tools (MIT version)
22
--------------------------------------------
3-
* __v2.19.x (2021-xx-xx)__
3+
* __v2.20.0 (2021-02-04)__
44

5-
For Linux kernel version: 5.xx
5+
For Linux kernel version: 5.16
66

77
Add new tools / libraries:
8+
- Add EditorConfig configuration
89

910
Changes of existing tools:
11+
- s390-tools switches to Fuse 3 as Fuse 2 is deprecated.
12+
Affected tools: cmsfs, hmcdrvfs, hsavmcore, zdsfs, zdump
1013
- chreipl-fcp-mpath: don't compress the manpage before installing it
14+
- cpictl: Report extended version information
15+
- genprotimg: Add extended kernel command line support
16+
- zdev: modify the lsblk output parser in lszdev
17+
- zipl: Add support for longer kernel command lines (now supports up to 64k length)
1118

1219
Bug Fixes:
20+
- cpictl: Suppress messages for unwritable sysfs files
21+
- dbginfo.sh: Fix missing syslog for step create_package
22+
- lshwc: Fix CPU list parameter setup for device driver
23+
- zdev: Check for errors when removing a devtype setting
24+
- zdev: Fix path resolution for multi-mount point file systems
1325

1426
* __v2.19.0 (2021-11-10)__
1527

common.mak

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COMMON_INCLUDED = true
55
# The variable "DISTRELEASE" should be overwritten in rpm spec files with:
66
# "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}"
77
VERSION = 2
8-
RELEASE = 19
8+
RELEASE = 20
99
PATCHLEVEL = 0
1010
DISTRELEASE = build-$(shell date +%Y%m%d)
1111
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)

0 commit comments

Comments
 (0)