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.2.0
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
This commit is contained in:
10
AUTHORS.md
10
AUTHORS.md
@@ -2,17 +2,19 @@ List of all individuals having contributed content to s390-tools
|
||||
----------------------------------------------------------------
|
||||
|
||||
- Alexey Ishchuk
|
||||
- Andre Wild
|
||||
- Andreas Herrmann
|
||||
- Andre Wild
|
||||
- Antoinette Kaschner
|
||||
- Arnd Bergmann
|
||||
- Axel Wirbser
|
||||
- Benjamin Block
|
||||
- Carsten Otte
|
||||
- Christian Borntraeger
|
||||
- Christian Ehrhardt
|
||||
- Christof Schmitt
|
||||
- Claudio Imbrenda
|
||||
- Clemens von Mann
|
||||
- Dan Horak
|
||||
- Despina Papadopoulou
|
||||
- Eberhard Pasch
|
||||
- Einar Lueck
|
||||
@@ -20,6 +22,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Eugene Crosser
|
||||
- Eugene Dvurechenski
|
||||
- Farhan Ali
|
||||
- Fedor Loshakov
|
||||
- Felix Beck
|
||||
- Frank Blaschka
|
||||
- Frank Munzert
|
||||
@@ -27,8 +30,9 @@ List of all individuals having contributed content to s390-tools
|
||||
- Fritz Elfert
|
||||
- Gerald Schaefer
|
||||
- Gerhard Tonn
|
||||
- Hans Wippel
|
||||
- Hannes Reinecke
|
||||
- Hans-Joachim Picht
|
||||
- Hans Wippel
|
||||
- Harald Freudenberger
|
||||
- Heiko Carstens
|
||||
- Hendrik Brueckner
|
||||
@@ -64,6 +68,8 @@ List of all individuals having contributed content to s390-tools
|
||||
- Peter Oberparleiter
|
||||
- Peter Tiedemann
|
||||
- Philipp Kern
|
||||
- Philipp Rudo
|
||||
- Rafael Fonseca
|
||||
- Raimund Schroeder
|
||||
- Ralph Wuerthner
|
||||
- Rene Trumpp
|
||||
|
||||
15
CHANGELOG.md
15
CHANGELOG.md
@@ -1,21 +1,32 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
|
||||
* __v2.1.1 (2017-mm-dd)__
|
||||
* __v2.2.0 (2017-12-07)__
|
||||
|
||||
For Linux kernel version: 4.14
|
||||
|
||||
Removed tools:
|
||||
- lsmem/chmem: Moved to util-linux >= 2.30
|
||||
|
||||
Changes of existing tools:
|
||||
- lszcrypt: Add CEX6S exploitation
|
||||
- lszcrypt: Add CEX6S support
|
||||
- cpuplugd/mon_tools: Improve systemctl start error handling
|
||||
- systemd: Install also the unit configuration files
|
||||
|
||||
Bug Fixes:
|
||||
- build process: Fix parallel build for libutil
|
||||
- cpi: Add missing Install section to service unit
|
||||
- lsluns: Do not scan (all) if filters match nothing
|
||||
- lsluns: Enhance usage statement and man page
|
||||
- zdev: Use correct path to vmcp binary
|
||||
- ziomon: Re-add missing line in ziomon_fcpconf
|
||||
- ziomon: Fix non-zero return code in ziomon_util
|
||||
- zipl: Remove invalid dasdview command line option
|
||||
|
||||
* __v2.1.0 (2017-09-25)__
|
||||
|
||||
For Linux kernel version: 4.13
|
||||
|
||||
Added new tools:
|
||||
- netboot: Scripts for building a PXE-style netboot image for KVM
|
||||
- 90-cpi.rules/cpictl: New udev rule to update CPI when KVM is used
|
||||
|
||||
@@ -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 = 1
|
||||
RELEASE = 2
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user