From: Michael Schroeder Date: Thu, 7 Sep 2017 14:22:11 +0000 (+0200) Subject: Add changes, bump version to 0.6.29 X-Git-Tag: 0.6.29^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=765be095eaeaef1b1d2a84f6a0e00d5abf677ae9;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.29 --- diff --git a/NEWS b/NEWS index b3fd37b3..396bfdbd 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ This file contains the major changes between libsolv versions: +Version 0.6.29 +- new features: + * support for REL_WITHOUT and REL_UNLESS dependencies + * solver_get_recommendations available in bindings + Version 0.6.28 - new features: * new pool_best_solvables() function diff --git a/VERSION.cmake b/VERSION.cmake index f4958cb4..f24ed63b 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 "28") +SET(LIBSOLV_PATCH "29") diff --git a/package/libsolv.changes b/package/libsolv.changes index 54180846..21bdbd11 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 7 16:18:20 CEST 2017 - mls@suse.de + +- expose solver_get_recommendations in bindings +- fix bug in solver_prune_to_highest_prio_per_name resulting in + bad solver_get_recommendations output +- support 'without' and 'unless' dependencies +- fix yumobs rule generation bug +- Use same heuristic as upstream to determine src rpms +- bump version to 0.6.29 + ------------------------------------------------------------------- Fri Jun 30 16:37:31 CEST 2017 - mls@suse.de