From: Michael Schroeder Date: Tue, 13 Feb 2018 10:52:33 +0000 (+0100) Subject: Add changes, bump version to 0.6.32 X-Git-Tag: 0.6.32^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8e6eda168f672949cc2fabf591897be7f3b4495;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.32 --- diff --git a/NEWS b/NEWS index 47a699d1..37b3f65e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ This file contains the major changes between libsolv versions: +Version 0.6.32 +- fixed bug that could make fileconflict detection very slow + in some cases + Version 0.6.31 - new configuration options: * ENABLE_RPMDB_LIBRPM: use librpm to read the package diff --git a/VERSION.cmake b/VERSION.cmake index c303b539..4687de31 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 "31") +SET(LIBSOLV_PATCH "32") diff --git a/package/libsolv.changes b/package/libsolv.changes index d29a812a..713ead57 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 13 11:51:11 CET 2018 - mls@suse.de + +- fixed bug that could make fileconflict detection very slow + in some cases [bnc#953130] + ------------------------------------------------------------------- Wed Jan 31 11:41:51 CET 2018 - mls@suse.de