From: Michael Schroeder Date: Fri, 4 Mar 2022 11:09:17 +0000 (+0100) Subject: Add changes, bump version to 0.6.39 X-Git-Tag: 0.6.39^0 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2F0.6.x;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.39 --- diff --git a/NEWS b/NEWS index 4034e09e..4a269240 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ This file contains the major changes between libsolv versions: +Version 0.6.39: +- bug fixes: + * fix memory leaks in SWIG generated code + * fix misparsing of '&' in attributes with libxml2 + * try to keep packages from a cycle close togther in the + transaction order [bsc#1189622] + * fix split provides not working if the update includes a + forbidden vendor change [bsc#1195485] + * fix segfault on conflict resolution when using bindings + * do not replace noarch problem rules with arch dependent ones + in problem reporting + * fix and simplify pool_vendor2mask implementation + Version 0.6.38: - bug fixes: * Turn on rich dependency handling needed for ptf support diff --git a/VERSION.cmake b/VERSION.cmake index 7688f640..8e255e17 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "38") +SET(LIBSOLV_PATCH "39") diff --git a/package/libsolv.changes b/package/libsolv.changes index ee00f752..78769816 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 4 12:07:50 CET 2022 - mls@suse.de + +- fix memory leaks in SWIG generated code +- fix misparsing of '&' in attributes with libxml2 +- try to keep packages from a cycle close togther in the + transaction order [bsc#1189622] +- fix split provides not working if the update includes a + forbidden vendor change [bsc#1195485] +- fix segfault on conflict resolution when using bindings +- do not replace noarch problem rules with arch dependent ones + in problem reporting +- fix and simplify pool_vendor2mask implementation +- bump version to 0.6.39 + ------------------------------------------------------------------- Wed Jul 28 10:19:08 CEST 2021 - mls@suse.de