From 712c9443f07c86e2cf5fe3df74425620eb592dcf Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Fri, 4 Mar 2022 12:09:17 +0100 Subject: [PATCH] Add changes, bump version to 0.6.39 --- NEWS | 13 +++++++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 15 +++++++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) 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 -- 2.47.2