diff --git a/CHANGELOG.md b/CHANGELOG.md index fad6e42b..1430377c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,18 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.x.x (xxxx-xx-xx)__ + * __v2.8.0 (2019-02-15)__ - For Linux kernel version: 4.xx + For Linux kernel version: 4.20 Changes of existing tools: + - Switch to using /run directory instead of the legacy /var/run + - zkey: Add --pbkdf pbkdf2 to generated cryptsetup luksFormat command + - zdsfs: Add online VTOC refresh + - pkey: Support autoloading kernel pkey module Bug Fixes: - + - zkey: Avoid EPERM on key change if user is not owner of key file + - cpumf/cpumf_helper: Always return list reference for --sfb-size * __v2.7.1 (2018-12-13)__ diff --git a/common.mak b/common.mak index 7e70215d..9c349e53 100644 --- a/common.mak +++ b/common.mak @@ -5,8 +5,8 @@ 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 = 7 -PATCHLEVEL = 1 +RELEASE = 8 +PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE) export S390_TOOLS_RELEASE