Skip to content

Commit

Permalink
New release s390-tools-2.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Höppner <[email protected]>
  • Loading branch information
hoeppnerj committed May 21, 2019
1 parent 5aec1dc commit bf9fd47
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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)__

Expand Down
2 changes: 1 addition & 1 deletion common.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bf9fd47

Please sign in to comment.