From b264537ea43ce39d93d8d97fcca16e97825beaa0 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 27 May 2020 11:55:11 +0200 Subject: [PATCH] Add changes, bump version to 0.7.14 --- NEWS | 8 ++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 7ed259de..69a5c4bd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ This file contains the major changes between libsolv versions: +Version 0.7.14 +- added support for ed25519 signatures +- selected bug fixes: + * Support blacklisted packages in solver_findproblemrule() + * Support rules with multiple negative literals in choice rule + generation + * Also detect rpmdb.sqlite in /usr/share/rpm + Version 0.7.13 - fix solvable swapping messing up uninternalized idarrays diff --git a/VERSION.cmake b/VERSION.cmake index 80aed44c..0bf518bc 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 "13") +SET(LIBSOLV_PATCH "14") diff --git a/package/libsolv.changes b/package/libsolv.changes index 5aec3574..52ea1644 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed May 27 11:48:46 CEST 2020 - mls@suse.de + +- Support blacklisted packages in solver_findproblemrule() + [bnc#1172135] +- Support rules with multiple negative literals in choice rule + generation +- bump version to 0.7.14 + ------------------------------------------------------------------- Fri Apr 24 12:00:30 CEST 2020 - mls@suse.de -- 2.47.2