diff --git a/CHANGELOG.md b/CHANGELOG.md index 14e75076..0586300e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,22 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.9.x (2019-xx-xx)__ + * __v2.10.0 (2019-07-31)__ - For Linux kernel version: 5.xx + For Linux kernel version: 5.2 Changes of existing tools: + - zdev: Add zfcp dix parameter handling + - cpumf: Add support for CPU-Measurement Facility counters SVN 6 Bug Fixes: - + - libutil: Add functions to test path is read/write-only + - zdev: Fix reporting of read-only sysfs attributes + - zdev: Improve handling of invalid udev rules + - zipl: Fix stfle zero padding + - zipl: Fix build issues + - zipl: Remove trailing spaces from the fields defined in BLS files + - zipl: Do not overwrite BOOT_IMAGE entry + - zkey: Fix auto-detection of clear key bitsize for XTS keys * __v2.9.0 (2019-05-21)__ diff --git a/common.mak b/common.mak index 85e44b19..f05ac0a0 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 = 9 +RELEASE = 10 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)