From: Michael Schroeder Date: Fri, 29 Mar 2019 15:05:11 +0000 (+0100) Subject: Add changes, bump version to 0.7.4 X-Git-Tag: 0.7.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51fc3b1214aa9677e972712fa1ce6916e438751f;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.4 --- diff --git a/NEWS b/NEWS index 4ed1d27f..198fca31 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ This file contains the major changes between libsolv versions: +Version 0.7.4 +- selected bug fixes: + * repo_add_rpmdb: do not copy bad solvables from the old solv file + * fix cleandeps updates not updating all packages +- new features: + * bindings: support pool.matchsolvable(), pool.whatmatchessolvable() + pool.best_solvables() and selection.matchsolvable() + * experimental DISTTYPE_CONDA and REL_CONDA support + Version 0.7.3 - selected bug fixes: * fixed a couple of null pointer derefs and potential memory diff --git a/VERSION.cmake b/VERSION.cmake index 2cab83b1..80d0e039 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 "3") +SET(LIBSOLV_PATCH "4") diff --git a/package/libsolv.changes b/package/libsolv.changes index f7edf4b4..897cc041 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 29 15:58:54 CET 2019 - mls@suse.de + +- repo_add_rpmdb: do not copy bad solvables from the old solv file +- fix cleandeps updates not updating all packages +- experimental DISTTYPE_CONDA and REL_CONDA support +- bump version to 0.7.4 + ------------------------------------------------------------------- Wed Jan 30 15:51:36 CET 2019 - mls@suse.de