diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ff48c4..34fa78ae 100644 --- a/CHANGELOG.md +++ b/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)__ diff --git a/common.mak b/common.mak index 3869bf6c..85e44b19 100644 --- a/common.mak +++ b/common.mak @@ -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)