From: Michael Schroeder Date: Fri, 11 Sep 2020 10:33:03 +0000 (+0200) Subject: Add changes, bump version to 0.7.15 X-Git-Tag: 0.7.15^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b6c40ba54a7790cef7f6b1801eda2585f62172b;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.15 --- diff --git a/NEWS b/NEWS index 69a5c4bd..7ca7e4b3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,17 @@ This file contains the major changes between libsolv versions: +Version 0.7.15 +- selected bug fixes: + * fix deduceq2addedmap clearing bits outside of the map + * conda: feature depriorization first + * conda: fix startswith implementation + * move find_update_seeds() call in cleandeps calculation +- new features: + * set SOLVABLE_BUILDHOST in rpm and rpmmd parsers + * new testcase_mangle_repo_names() function + * new solv_fmemopen() function + Version 0.7.14 - added support for ed25519 signatures - selected bug fixes: diff --git a/VERSION.cmake b/VERSION.cmake index 0bf518bc..5c9b9e6b 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 "14") +SET(LIBSOLV_PATCH "15") diff --git a/package/libsolv.changes b/package/libsolv.changes index 46a5e35f..900490dd 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Sep 11 12:31:27 CEST 2020 - mls@suse.de + +- fix deduceq2addedmap clearing bits outside of the map +- conda: feature depriorization first +- conda: fix startswith implementation +- move find_update_seeds() call in cleandeps calculation +- set SOLVABLE_BUILDHOST in rpm and rpmmd parsers +- new testcase_mangle_repo_names() function +- new solv_fmemopen() function +- bump version to 0.7.15 + ------------------------------------------------------------------- Tue Jun 23 12:43:16 CEST 2020 - ma@suse.de