From: Michael Schroeder Date: Tue, 12 Nov 2024 09:56:36 +0000 (+0100) Subject: Add changes, bump version to 0.7.31 X-Git-Tag: 0.7.31^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95aef5cc57d0f51782e55b6903b30ec93afbfa15;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.31 --- diff --git a/NEWS b/NEWS index a34830fe..13b7f2f5 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ This file contains the major changes between libsolv versions: +Version 0.7.31 +- selected bug fixes: + * fix replaces_installed_package using the wrong solvable id + when checking the noupdate map + * make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard +- new features: + * add rpm_query_idarray query function + * support rpm's "orderwithrequires" dependency + Version 0.7.30 - selected bug fixes: * removed dependency on external find program in the repo2solv diff --git a/VERSION.cmake b/VERSION.cmake index 912de942..6f6abc3f 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 "30") +SET(LIBSOLV_PATCH "31") diff --git a/package/libsolv.changes b/package/libsolv.changes index 395054b7..5a1cc927 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Nov 12 10:54:33 CET 2024 - mls@suse.de + +- fix replaces_installed_package using the wrong solvable id + when checking the noupdate map +- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard +- add rpm_query_idarray query function +- support rpm's "orderwithrequires" dependency +- bump version to 0.7.31 + ------------------------------------------------------------------- Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de