From: Michael Schroeder Date: Tue, 13 Dec 2022 10:52:50 +0000 (+0100) Subject: Add changes, bump version to 0.7.23 X-Git-Tag: 0.7.23^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6deaca7cf61ec2b32c4a3b494a751c8d15efbe8b;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.23 --- diff --git a/NEWS b/NEWS index 509a9918..495d85fb 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,31 @@ This file contains the major changes between libsolv versions: +Version 0.7.23 +- selected bug fixes: + * fix "keep installed" jobs not disabling "best update" rules + * do not autouninstall suse ptf packages + * ensure duplinvolvedmap_all is reset when a solver is reused + * special case file dependencies in the testcase writer +- new features: + * support stringification of multiple solvables + new function: pool_solvidset2str + * new weakdep introspection interface similar to ruleinfos + new functions: solver_weakdepinfo, solver_allweakdepinfos + * support decision reason queries + new functions: solver_get_decisionlist, solver_get_decisionlist_multiple, + solver_get_learnt + * support merging of related decissions + new functions: solver_decisionlist_solvables, solver_decisionlist_merged, + solver_calc_decisioninfo_bits, solver_merge_decisioninfo_bits + * support stringification of ruleinfo, decisioninfo and decision reasons + new functions: solver_ruleinfo2str, solver_decisioninfo2str, + solver_decisionreason2str, solver_reason2str + * support better info about alternatives + new function: solver_alternativeinfo() + * new '-P' and '-W' options for testsolv to show proofs and + decision reasons + Version 0.7.22 - selected bug fixes: * reworked choice rule generation to cover more usecases diff --git a/VERSION.cmake b/VERSION.cmake index 4640fb05..ee5c8343 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 "22") +SET(LIBSOLV_PATCH "23") diff --git a/package/libsolv.changes b/package/libsolv.changes index 75dadabb..0c977117 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Dec 13 11:47:50 CET 2022 - mls@suse.de + +- fix "keep installed" jobs not disabling "best update" rules +- do not autouninstall suse ptf packages +- ensure duplinvolvedmap_all is reset when a solver is reused +- special case file dependencies in the testcase writer +- support stringification of multiple solvables +- new weakdep introspection interface similar to ruleinfos +- support decision reason queries +- support merging of related decissions +- support stringification of ruleinfo, decisioninfo and decision reasons +- support better info about alternatives +- new '-P' and '-W' options for testsolv +- bump version to 0.7.23 + ------------------------------------------------------------------- Mon Mar 21 10:05:32 CET 2022 - mls@suse.de