From: Michael Schroeder Date: Wed, 28 Aug 2019 12:56:21 +0000 (+0200) Subject: Add changes, bump version to 0.7.6 X-Git-Tag: 0.7.6^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ce4bc4fb52a0b32964f3b7d491c18177980be1;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.6 --- diff --git a/NEWS b/NEWS index ede4a0e8..d0bf75f7 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,16 @@ This file contains the major changes between libsolv versions: +Version 0.7.6 +- selected bug fixes: + * fix repository priority handling for multiversion packages + * better support of inverval deps in pool_match_dep() + * support src rpms that have non-empty provides +- new features + * bindings: add get_disabled_list() and set_disabled_list() + * bindings: add whatcontainsdep() + * bindings: make the selection filters return the self object + Version 0.7.5 - selected bug fixes: * fix favorq leaking between solver runs if the solver is reused diff --git a/VERSION.cmake b/VERSION.cmake index 5c228a3f..0811e427 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 "5") +SET(LIBSOLV_PATCH "6") diff --git a/package/libsolv.changes b/package/libsolv.changes index ddde8e24..aee75cd2 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 28 14:49:19 CEST 2019 - mls@suse.de + +- Fix repository priority handling for multiversion packages +- Make code compatible with swig 4.0, remove obj0 instances +- repo2solv: support zchunk compressed data +- bump version to 0.7.6 + ------------------------------------------------------------------- Wed Jul 10 07:48:10 UTC 2019 - Martin Liška