From 9fa1535e2fc60609c29633925e692603782b477b Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 26 Apr 2017 11:04:54 +0200 Subject: [PATCH] Add changes, bump version to 0.6.27 --- NEWS | 6 ++++++ VERSION.cmake | 2 +- package/libsolv.changes | 12 ++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c4d9f116..ed1a9637 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ This file contains the major changes between libsolv versions: +Version 0.6.27 +- new features: + * allow building with libxml2 instead of libexpat + * better handing of "forcebest with uninstall" + * speed improvements for "name = md5sum" dependencies + Version 0.6.26 - export solvable_matchesdep function, as we now use it in the bindings diff --git a/VERSION.cmake b/VERSION.cmake index 1d0be13a..55b10182 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 "26") +SET(LIBSOLV_PATCH "27") diff --git a/package/libsolv.changes b/package/libsolv.changes index 5d9b5b2a..94bb400e 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 25 14:11:05 CEST 2017 - mls@suse.de + +- change queue resize code to use adaptive chunk sizes +- fix potential segfault in testcase_depstr [bnc#1036002] +- fix performance issues with name = md5sum dependencies + [bnc#1035946] +- improve "forcebest with uninstall" handling +- make dirid handling more robust +- build with libxml2 instead of libexpat +- bump version to 0.6.27 + ------------------------------------------------------------------- Wed Feb 15 11:34:59 CET 2017 - mls@suse.de -- 2.47.2