From: Michael Schroeder Date: Tue, 19 Jan 2021 14:10:21 +0000 (+0100) Subject: Add changes, bump version to 0.7.17 X-Git-Tag: 0.7.17^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bc791c0d235eb14bfe4c5da607206bfdfa6983d;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.17 --- diff --git a/NEWS b/NEWS index ca6efa9c..7e91d66e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,18 @@ This file contains the major changes between libsolv versions: +Version 0.7.17 +- selected bug fixes: + * repo_write: fix handling of nested flexarray + * improve choicerule generation a bit more to cover more cases + * harden testcase parser against repos being added too late + * support python-3.10 + * check %_dbpath macro in rpmdb code +- new features: + * handle default/visible/langonly attributes in comps parser + * support multiple collections in updateinfo parser + * add '-D' option in rpmdb2solv to set the dbpath + Version 0.7.16 - selected bug fixes: * do not ask the namespace callback for splitprovides when writing diff --git a/VERSION.cmake b/VERSION.cmake index c2184014..adf18d28 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 "16") +SET(LIBSOLV_PATCH "17") diff --git a/package/libsolv.changes b/package/libsolv.changes index 2f4bfe36..d477d71a 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 19 15:09:12 CET 2021 - mls@suse.de + +- repo_write: fix handling of nested flexarray +- improve choicerule generation a bit more to cover more cases +- harden testcase parser against repos being added too late +- support python-3.10 +- check %_dbpath macro in rpmdb code +- handle default/visible/langonly attributes in comps parser +- support multiple collections in updateinfo parser +- add '-D' option in rpmdb2solv to set the dbpath +- bump version to 0.7.17 + ------------------------------------------------------------------- Tue Oct 20 12:04:00 CEST 2020 - mls@suse.de