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.9.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,8 +1,12 @@
|
||||
Release history for s390-tools (MIT version)
|
||||
--------------------------------------------
|
||||
* __v2.8.1 (xxxx-xx-xx)__
|
||||
* __v2.9.0 (2019-05-21)__
|
||||
|
||||
For Linux kernel version: 5.xx
|
||||
For Linux kernel version: 5.0 / 5.1
|
||||
|
||||
Add new tool:
|
||||
- zcryptstats: Add zcryptstats to display usage statistics of
|
||||
IBM Crypto Express adapters
|
||||
|
||||
Changes of existing tools:
|
||||
- lszfcp: New command line option to show module parameters
|
||||
@@ -11,6 +15,11 @@ Release history for s390-tools (MIT version)
|
||||
- lszfcp: Add new output marker for non-good fc_rports
|
||||
- lszfcp: Clean up whitespace (mixed indentation, trailing)
|
||||
- lschp: Add support for specifying a CHPID
|
||||
- zipl: Add secure boot capabilities
|
||||
- zkey: Add common passphrase options for cryptsetup and crypttab
|
||||
- zkey: Add batch-mode option to cryptsetup and zkey-cryptsetup
|
||||
- libu2s: Remove the entire library and provide more robust functionality
|
||||
in libdasd and libutil instead
|
||||
|
||||
Bug Fixes:
|
||||
- lszfcp: Allow to show zfcp_units without associated SCSI device
|
||||
@@ -22,6 +31,7 @@ Release history for s390-tools (MIT version)
|
||||
- lszfcp: Fix missing block & sg device output without CONFIG_SYSFS_DEPRECATED
|
||||
- lszfcp: New command line option for extended output format
|
||||
- zfcpdbf: Warn about ambiguous payload records with dup reqid & payarea
|
||||
- zpcictl: Check for regular directory to prevent possible buffer overflow
|
||||
|
||||
* __v2.8.0 (2019-02-15)__
|
||||
|
||||
|
||||
@@ -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 = 8
|
||||
RELEASE = 9
|
||||
PATCHLEVEL = 0
|
||||
DISTRELEASE = build-$(shell date +%Y%m%d)
|
||||
S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)
|
||||
|
||||
Reference in New Issue
Block a user