From: Michael Schroeder Date: Tue, 12 Nov 2019 10:37:02 +0000 (+0100) Subject: Add changes, bump version to 0.7.8 X-Git-Tag: 0.7.8^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5205c5683ce2c8b8288534059ba40a318a2a161d;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.8 --- diff --git a/NEWS b/NEWS index 19caab7c..467547b2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ This file contains the major changes between libsolv versions: +Version 0.7.8 +- selected bug fixes: + * support arch<->noarch package changes when creating patch + conflicts from the updateinfo data + * also support other rpm database types +- new features: + * support for SOLVER_BLACKLIST jobs that block the installation + of matched packages unless they are directly selected by an + SOLVER_INSTALL job + * libsolv now also parses the patch status in the updateinfo + parser + * new solvable_matchessolvable() function + Version 0.7.7 - selected bug fixes: * fix updating of too many packages in focusbest mode diff --git a/VERSION.cmake b/VERSION.cmake index 87c236cb..491723a0 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 "7") +SET(LIBSOLV_PATCH "8") diff --git a/package/libsolv.changes b/package/libsolv.changes index fbb4a725..e060b4d7 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 12 11:35:12 CET 2019 - mls@suse.de + +- support arch<->noarch package changes when creating patch + conflicts from the updateinfo data +- support for SOLVER_BLACKLIST jobs that block the installation + of matched packages unless they are directly selected by an + SOLVER_INSTALL job +- libsolv now also parses the patch status in the updateinfo + parser +- new solvable_matchessolvable() function +- bump version to 0.7.8 + ------------------------------------------------------------------- Fri Oct 18 10:53:54 CEST 2019 - mls@suse.de