From: Michael Schroeder Date: Fri, 25 Feb 2022 16:34:28 +0000 (+0100) Subject: Add changes, bump version to 0.7.21 X-Git-Tag: 0.7.21^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8bae1fea9c923bddf01c27115123010d191b07;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.21 --- diff --git a/NEWS b/NEWS index d99f0ee1..65603201 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,23 @@ -This file contains the major changes between -libsolv versions: +This file contains the major changes between libsolv versions: + +Version 0.7.21 +- selected bug fixes: + * fix segfault on conflict resolution when using bindings + * fix split provides not working if the update includes a forbidden + vendor change +- new features: + * support strict repository priorities + new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY + * support zstd compressed control files in debian packages + * add an ifdef allowing to rename Solvable dependency members + ("requires" is a keyword in C++20) + * support setting/reading userdata in solv files + new functions: repowriter_set_userdata, solv_read_userdata + * support queying of the custom vendor check function + new function: pool_get_custom_vendorcheck + * support solv files with an idarray block + * allow accessing the toolversion at runtime Version 0.7.20 - selected bug fixes: diff --git a/VERSION.cmake b/VERSION.cmake index 5587ccf8..f9dbee0a 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 "20") +SET(LIBSOLV_PATCH "21") diff --git a/package/libsolv.changes b/package/libsolv.changes index 02424e9c..f9d3fb71 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Feb 25 17:32:20 CET 2022 - mls@suse.de + +- fix segfault on conflict resolution when using bindings +- fix split provides not working if the update includes a forbidden + vendor change +- support strict repository priorities + new solver flag: SOLVER_FLAG_STRICT_REPO_PRIORITY +- support zstd compressed control files in debian packages +- add an ifdef allowing to rename Solvable dependency members + ("requires" is a keyword in C++20) +- support setting/reading userdata in solv files + new functions: repowriter_set_userdata, solv_read_userdata +- support queying of the custom vendor check function + new function: pool_get_custom_vendorcheck +- support solv files with an idarray block +- allow accessing the toolversion at runtime +- bump version to 0.7.21 + ------------------------------------------------------------------- Sat Sep 25 22:45:07 CEST 2021 - mls@suse.de