From: Michael Schroeder Date: Thu, 14 Sep 2023 12:18:10 +0000 (+0200) Subject: Add changes, bump version to 0.7.25 X-Git-Tag: 0.7.25^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1be8bf3dcc7dc14d331adbc97f337fa08e641c9;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.25 --- diff --git a/NEWS b/NEWS index 377de708..4101ee49 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ This file contains the major changes between libsolv versions: +Version 0.7.25 +- selected bug fixes: + * support complex deps in SOLVABLE_PREREQ_IGNOREINST + * fix minimization not prefering installed packages in some cases + * reduce memory usage in repo_updateinfoxml + * fix lock-step interfering with architecture selection + * fix choice rule handing for package downgrades + * fix complex dependencies with an "else" part sometimes leading + to unsolved dependencies + Version 0.7.24 - selected bug fixes: * handle learnt rules in solver_alternativeinfo() diff --git a/VERSION.cmake b/VERSION.cmake index 8989d025..5948d8de 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 "24") +SET(LIBSOLV_PATCH "25") diff --git a/package/libsolv.changes b/package/libsolv.changes index 679a1e6f..570c35a4 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 14 14:17:08 CEST 2023 - mls@suse.de + +- support complex deps in SOLVABLE_PREREQ_IGNOREINST +- fix minimization not prefering installed packages in some cases +- reduce memory usage in repo_updateinfoxml +- fix lock-step interfering with architecture selection +- fix choice rule handing for package downgrades +- fix complex dependencies with an "else" part sometimes leading + to unsolved dependencies +- bump version to 0.7.25 + ------------------------------------------------------------------- Thu Apr 13 16:03:04 CEST 2023 - mls@suse.de