From: Michael Schroeder Date: Tue, 7 Feb 2017 12:20:53 +0000 (+0100) Subject: Add changes, bump version to 0.6.25 X-Git-Tag: 0.6.25^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cd61a4f4fb89f01cafd8e801cd3d4340b827e69;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.25 --- diff --git a/NEWS b/NEWS index 79e18dcf..abb9bdae 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ This file contains the major changes between libsolv versions: +Version 0.6.25 +- new features: + * new SOLVER_FLAG_STRONG_RECOMMENDS flag + * new SOLVER_FLAG_INSTALL_ALSO_UPDATES flag + * new matchesdep() method in bindings + * SOLVABLE_NAME selects nevr matching for + pool_whatmatchesdep and solvable_matchesdep + Version 0.6.24 - new features: * new SOLVER_FLAG_FOCUS_BEST flag diff --git a/VERSION.cmake b/VERSION.cmake index ffa5bd04..3d93005f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "24") +SET(LIBSOLV_PATCH "25") diff --git a/package/libsolv.changes b/package/libsolv.changes index fd351c3e..d32694e2 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Feb 7 13:13:01 CET 2017 - mls@suse.de + +- add SOLVABLE_NAME hack for pool_whatmatchesdep and + solvable_matchesdep +- add SOLVER_FLAG_STRONG_RECOMMENDS option +- add SOLVER_FLAG_INSTALL_ALSO_UPDATES option +- do not special case release-less provides in sort_by_common_dep +- solver_problemruleinfo2str: return reason why a package is not + installable +- guard against dirpool_add_dir being called with an illegal + component id +- reject solv files with bad directories +- bump version to 0.6.25 + ------------------------------------------------------------------- Thu Nov 10 15:09:25 CET 2016 - mls@suse.de