From: Michael Schroeder Date: Sat, 25 Sep 2021 20:54:18 +0000 (+0200) Subject: Add changes, bump version to 0.7.20 X-Git-Tag: 0.7.20^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f618e6aae1d44be633b2ab91d4fd4f4f974f4d40;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.20 --- diff --git a/NEWS b/NEWS index 1bfc9d04..d99f0ee1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,15 @@ This file contains the major changes between libsolv versions: +Version 0.7.20 +- selected bug fixes: + * fix misparsing of '&' in attributes with libxml2 + * choice rules: treat orphaned packages as newest + * fix compatibility with Python 3.10 +- new features: + * new SOLVER_EXCLUDEFROMWEAK job to ignore pkgs for weak dependencies + * support for environments in comps parser + Version 0.7.19 - selected bug fixes: * fix rare segfault in resolve_jobrules() that could happen diff --git a/VERSION.cmake b/VERSION.cmake index 1cecd645..5587ccf8 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 "19") +SET(LIBSOLV_PATCH "20") diff --git a/package/libsolv.changes b/package/libsolv.changes index b48eb8cf..c4028120 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Sep 25 22:45:07 CEST 2021 - mls@suse.de + +- fix misparsing of '&' in attributes with libxml2 +- choice rules: treat orphaned packages as newest [bsc#1190465] +- fix compatibility with Python 3.10 +- new SOLVER_EXCLUDEFROMWEAK job type +- support for environments in comps parser + ------------------------------------------------------------------- Fri Jul 30 11:43:29 UTC 2021 - Dominique Leuenberger