diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d13e0e0..bea2a042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,24 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (2023-xx-xx)__ +* __v2.28.0 (2023-07-11)__ - For Linux kernel version: 6.x - - Add new tools / libraries: + For Linux kernel version: 6.4 Changes of existing tools: - - add support for architectures other than s390x for `genprotimg` + - chzcrypt: Support for SE AP pass-through support + - genprotimg: Add support for non-s390x architectures + - lszcrypt: Support for SE AP pass-through support + - zdev: Add support for autoquiesce related sysfs attributes Bug Fixes: - + - ap_tools/ap-check: Handle missing 'matrix' and 'control_domains' attrs + - ap_tools/ap-check: Hold ap config file lock over get attributes + - s390-tools: Fix build for ppc64le + - zdev: Add missing label in the udev-rules + - zdev: Add proper value input for the ZDEV_SITE_ID key + - zdev: Use rename-file to avoid any symlinks created + - zipl/dump: fix ngdump dracut helper script * __v2.27.0 (2023-05-30)__ diff --git a/common.mak b/common.mak index de5ebd35..e9eeedbe 100644 --- a/common.mak +++ b/common.mak @@ -28,7 +28,7 @@ endif # The variable "DISTRELEASE" should be overwritten in rpm spec files with: # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION = 2 -RELEASE = 27 +RELEASE = 28 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)