diff --git a/AUTHORS.md b/AUTHORS.md index 1bb32886..44eae43b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -56,6 +56,7 @@ List of all individuals having contributed content to s390-tools - Kittipon Meesompop - Klaus-Dieter Wacker - Lakhvich Dmitriy +- Marc Hartmayer - Mark Dettinger - Martin Kammerer - Martin Peschke diff --git a/CHANGELOG.md b/CHANGELOG.md index d8bb2e81..ed8ea146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,20 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.10.x (2019-xx-xx)__ + * __v2.11.0 (2019-09-06)__ - For Linux kernel version: 5.x - - Add new tool: - - lspci: Add support for pci devices - - smc_dbg: Add support for SMC sockets + For Linux kernel version: 5.3 Changes of existing tools: + - dasdfmt: Add support for thin-provisioned volumes + - lsdasd: Add support for thin-provisioned volumes + - libdasd: Provide function to utilise release space ioctl + - libdasd: Provide function to read ese sysfs attribute + - dbginfo: Add lspci (PCI devices) and smc_dbg (SMC sockets) - dbginfo: Gather ethtool related data Bug Fixes: + - zipl: Fix freeing of uninitialized pointer + - zipl: Set correct secure IPL default value * __v2.10.0 (2019-07-31)__ diff --git a/common.mak b/common.mak index f05ac0a0..35041e05 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 = 10 +RELEASE = 11 PATCHLEVEL = 0 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE)