From aae08b819742abba7c44510797077c5f25f3ed00 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 31 Oct 2018 13:52:19 +0100 Subject: [PATCH] Add changes, bump version to 0.7.1 --- NEWS | 3 +++ VERSION.cmake | 2 +- package/libsolv.changes | 8 ++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 16b79a88..1416a16d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ This file contains the major changes between libsolv versions: +Version 0.7.1 +- fix nasty off-by-one error in repo_write + Version 0.7.0 - soname bump to "1" - incompatible API changes: diff --git a/VERSION.cmake b/VERSION.cmake index 6ed2c6ff..bd4e5e63 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "7") -SET(LIBSOLV_PATCH "0") +SET(LIBSOLV_PATCH "1") diff --git a/package/libsolv.changes b/package/libsolv.changes index 6146e993..5467ee3e 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Oct 31 13:50:22 CET 2018 - mls@suse.de + +- fix nasty off-by-one error in repo_write +- also copy pattern categories from the rpm that defines the + pattern [fate#323785] +- bump version to 0.7.1 + ------------------------------------------------------------------- Wed Oct 24 10:48:56 CEST 2018 - mls@suse.de -- 2.47.3