From 69f1803978ba7a46a57928fa4be6430792419e4e Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 28 Feb 2018 16:31:35 +0100 Subject: [PATCH] Add changes, bump version to 0.6.33 --- NEWS | 5 +++++ VERSION.cmake | 2 +- package/libsolv.changes | 8 ++++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 37b3f65e..c54093c6 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ This file contains the major changes between libsolv versions: +Version 0.6.33 +- new features: + * new Selection.clone() method in the bindings + * new pool.parserpmrichdep() method in the bindings + Version 0.6.32 - fixed bug that could make fileconflict detection very slow in some cases diff --git a/VERSION.cmake b/VERSION.cmake index 4687de31..b78d89f4 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 "32") +SET(LIBSOLV_PATCH "33") diff --git a/package/libsolv.changes b/package/libsolv.changes index c121b624..b647a293 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Feb 28 16:29:55 CET 2018 - mls@suse.de + +- fix bad assignment in solution refinement that led + to a memory leak +- use license tag instead of doc in the spec file [bnc#1082318] +- bump version to 0.6.33 + ------------------------------------------------------------------- Tue Feb 13 11:51:11 CET 2018 - mls@suse.de -- 2.47.2