mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
New release s390-tools-2.11.0
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -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
|
||||
|
||||
15
CHANGELOG.md
15
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)__
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user