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.17.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -27,6 +27,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Erwin Vicari
|
||||
- Eugene Crosser
|
||||
- Eugene Dvurechenski
|
||||
- Fabrice Fontaine
|
||||
- Farhan Ali
|
||||
- Fedor Loshakov
|
||||
- Felix Beck
|
||||
@@ -57,6 +58,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Jean-Baptiste Joret
|
||||
- Jens Remus
|
||||
- Jochen Roehrig
|
||||
- Joern Siglen
|
||||
- Juergen Christ
|
||||
- Julian Wiedmann
|
||||
- Karsten Graul
|
||||
@@ -64,6 +66,7 @@ List of all individuals having contributed content to s390-tools
|
||||
- Klaus-Dieter Wacker
|
||||
- Lakhvich Dmitriy
|
||||
- Marc Hartmayer
|
||||
- Mario Held
|
||||
- Mark Dettinger
|
||||
- Mark Post
|
||||
- Martin Kammerer
|
||||
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,18 +1,32 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
* __v2.16.x (2021-xx-xx)__
|
||||
* __v2.17.0 (2021-07-07)__
|
||||
|
||||
For Linux kernel version: 5.xx
|
||||
For Linux kernel version: 5.12 / 5.13
|
||||
|
||||
Add new tools / libraries:
|
||||
- hsavmcore: New utility to make the dump process with kdump more efficient
|
||||
- libkmipclient: Add KMIP client shared library
|
||||
- libseckey: Add a secure key library
|
||||
- lshwc: New tool to extract and list complete counter sets
|
||||
|
||||
Changes of existing tools:
|
||||
- genprotimg: Add '--(enable|disable)-pckmo' options
|
||||
- genprotimg: Add OpenSSL 3.0 support
|
||||
- genprotimg: Change plaintext control flags defaults so PCKMO functions are allowed
|
||||
- genprotimg: Add '--(enable|disable)-pckmo' options
|
||||
- libutil: Introduce multi-level message logging (util_log)
|
||||
- libutil: Introduce util_arch module
|
||||
- udev/dasd: Change DASD udev-rule to set none scheduler
|
||||
- zdsfs: Add transparent codepage conversion
|
||||
- zkey: Add support for KMIP-based key management systems
|
||||
|
||||
Bug Fixes:
|
||||
- dbginfo: add KVM data collection for server and guest - fix lszdev
|
||||
- ttyrun-getty: Avoid conflicts with serial-getty@
|
||||
- dbginfo: add /proc/kallsyms - refresh zVM, lscpu - fix WORKARCHIVE handling
|
||||
- dbginfo: add KVM data collection for server and guest - fix lszdev
|
||||
- genprotimg: Add missing return values in error paths
|
||||
- zkey: Fix conversion of CCA DATA keys to CCA CIPHER keys
|
||||
- znetconf: avoid conflict with "chzdev -e"
|
||||
|
||||
* __v2.16.0 (2021-02-19)__
|
||||
|
||||
|
||||
@@ -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 = 16
|
||||
RELEASE = 17
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user