From: Michael Schroeder Date: Mon, 21 Mar 2022 09:19:54 +0000 (+0100) Subject: Add changes, bump version to 0.7.22 X-Git-Tag: 0.7.22^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea114b257b78bda6ee3e4238118ed93bc57c5984;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.22 --- diff --git a/NEWS b/NEWS index 65603201..509a9918 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ This file contains the major changes between libsolv versions: +Version 0.7.22 +- selected bug fixes: + * reworked choice rule generation to cover more usecases + * support SOLVABLE_PREREQ_IGNOREINST in the ordering code +- new features: + * support parsing of Debian's Multi-Arch indicator + Version 0.7.21 - selected bug fixes: * fix segfault on conflict resolution when using bindings diff --git a/VERSION.cmake b/VERSION.cmake index f9dbee0a..4640fb05 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 "21") +SET(LIBSOLV_PATCH "22") diff --git a/package/libsolv.changes b/package/libsolv.changes index f9d3fb71..75dadabb 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 21 10:05:32 CET 2022 - mls@suse.de + +- reworked choice rule generation to cover more usecases +- support SOLVABLE_PREREQ_IGNOREINST in the ordering code + [bsc#1196514] +- support parsing of Debian's Multi-Arch indicator +- bump version to 0.7.22 + ------------------------------------------------------------------- Fri Feb 25 17:32:20 CET 2022 - mls@suse.de