diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e61b240..d59e669b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,28 @@ Release history for s390-tools (MIT version) -------------------------------------------- - * __v2.x.x (xxxx-xx-xx)__ + * __v2.7.1 (2018-12-13)__ - For Linux kernel version: 4.xx + For Linux kernel version: 4.19 + + Changes of existing tools: + - zkey: Enhance file read/write error handling + - cmsfs-fuse: Write more than a single line in linefeed mode + - zpcictl: Add warning for unsupported operations + - zipl: Use the BLS "title" field as the IPL section name Bug Fixes: - - cmfs-fuse: Fix iconv buffer aliasing + - cmsfs-fuse: Fix iconv buffer aliasing + - cmsfs-fuse: Fix memory leak in cmsfs_rename() + - fdasd: Fix possible integer overflow + - fdasd: Fix resource leak in fdasd_parse_conffile() + - zdev: Fix memory leak in misc_readlink() + - dasdinfo: Display error messages on stderr + - zkey: Include /sbin into PATH when executing commands + - Makefile: Fix parallel build + - GCC8 warning fixes across the board for: + cmsfs-fuse, dasdinfo, dasdview, dump2tar, fdasd, hmcdrvfs, hyptop, + ip_watcher, libvmdump, libvtoc, lsqeth, lszcrypt, qethqoat, zdev, zdsfs, + zgetdump, zipl, zpcictl * __v2.7.0 (2018-10-31)__ diff --git a/common.mak b/common.mak index 1e8d8444..7e70215d 100644 --- a/common.mak +++ b/common.mak @@ -6,7 +6,7 @@ COMMON_INCLUDED = true # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION = 2 RELEASE = 7 -PATCHLEVEL = 0 +PATCHLEVEL = 1 DISTRELEASE = build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE = $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE) export S390_TOOLS_RELEASE