From: Michael Schroeder Date: Wed, 12 Jun 2019 11:39:44 +0000 (+0200) Subject: Add changes, bump version to 0.7.5 X-Git-Tag: 0.7.5^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cab7ea00d08390374b25b11d969f3740c4660f4;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.5 --- diff --git a/NEWS b/NEWS index 198fca31..ede4a0e8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,17 @@ This file contains the major changes between libsolv versions: +Version 0.7.5 +- selected bug fixes: + * fix favorq leaking between solver runs if the solver is reused + * fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason + * be more correct with multiversion packages that obsolete their + own name + * allow building with swig-4.0.0 + * lock jobs now take precedence over dup and forcebest jobs +- new features + * MSVC compilation support + Version 0.7.4 - selected bug fixes: * repo_add_rpmdb: do not copy bad solvables from the old solv file diff --git a/VERSION.cmake b/VERSION.cmake index 80d0e039..5c228a3f 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 "4") +SET(LIBSOLV_PATCH "5") diff --git a/package/libsolv.changes b/package/libsolv.changes index 05aac1d2..6393734e 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 12 13:22:40 CEST 2019 - mls@suse.de + +- fix favorq leaking between solver runs if the solver is reused +- fix SOLVER_FLAG_FOCUS_BEST updateing packages without reason +- be more correct with multiversion packages that obsolete their + own name [bnc#1127155] +- allow building with swig-4.0.0 [bnc#1135749] +- bump version to 0.7.5 + ------------------------------------------------------------------- Wed Apr 24 15:34:44 CEST 2019 - mls@suse.de