From b6f002555ac8d4c26ed3bc7832f53259b4f3e262 Mon Sep 17 00:00:00 2001 From: Frank Haverkamp Date: Thu, 5 Jan 2017 14:58:48 +0100 Subject: [PATCH] Preparing next release Signed-off-by: Frank Haverkamp --- config.mk | 2 +- spec/genwqe.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index 900eb71..6fe9345 100644 --- a/config.mk +++ b/config.mk @@ -62,7 +62,7 @@ ifeq (${HAS_GIT},y) VERSION ?= $(shell git describe --abbrev=4 --always --tags | sed -e 's/v//g') RPMVERSION ?= $(shell git describe --abbrev=0 --tags | cut -c 2-7) else -VERSION=4.0.17 +VERSION=4.0.18 RPMVERSION=$(VERSION) endif MAJOR_VERS=$(shell echo $(VERSION) | cut -d'.' -f1) diff --git a/spec/genwqe.spec b/spec/genwqe.spec index ae7af1b..7fa0196 100644 --- a/spec/genwqe.spec +++ b/spec/genwqe.spec @@ -22,7 +22,7 @@ Summary: GenWQE userspace tools Name: genwqe-tools -Version: 4.0.17 +Version: 4.0.18 Release: 1%{?dist} License: Apache-2.0 Group: Development/Tools @@ -156,6 +156,10 @@ ln -sf %{_bindir}/genwqe_gzip %{buildroot}/%{_libdir}/genwqe/gzip %{_libdir}/genwqe/*.a %changelog +* Thu Jan 05 2017 Frank Haverkamp - 4.0.17 +- Make Z_STREAM_END detection circumvention configurable +- Improve debug output +- Improve Z_STREAM_END detection and add testcases (most likely not final yet) * Wed Apr 06 2016 Gabriel Krisman Bertazi - 4.0.16 - dlopen uses SONAME when opening libz. - Support CAPI version.