From: Michael Schroeder Date: Thu, 13 Apr 2023 14:08:45 +0000 (+0200) Subject: Add changes, bump version to 0.7.24 X-Git-Tag: 0.7.24^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d05dca3974156faf2f025ca4a82b68904848307;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.24 --- diff --git a/NEWS b/NEWS index 495d85fb..377de708 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ This file contains the major changes between libsolv versions: +Version 0.7.24 +- selected bug fixes: + * handle learnt rules in solver_alternativeinfo() +- new features: + * support x86_64_v[234] architecture levels + * implement decision sorting for package decisionlists + Version 0.7.23 - selected bug fixes: * fix "keep installed" jobs not disabling "best update" rules diff --git a/VERSION.cmake b/VERSION.cmake index ee5c8343..8989d025 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 "23") +SET(LIBSOLV_PATCH "24") diff --git a/package/libsolv.changes b/package/libsolv.changes index 0c977117..679a1e6f 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Apr 13 16:03:04 CEST 2023 - mls@suse.de + +- handle learnt rules in solver_alternativeinfo() +- support x86_64_v[234] architecture levels +- implement decision sorting for package decisionlists +- add back findutils requires for the libsolv-tools packagse + [bsc#1195633] +- bump version to 0.7.24 + ------------------------------------------------------------------- Tue Dec 13 11:47:50 CET 2022 - mls@suse.de