From: Michael Schroeder Date: Wed, 15 Feb 2017 10:37:49 +0000 (+0100) Subject: Add changes, bump version to 0.6.26 X-Git-Tag: 0.6.26^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba32f8286d3deec6faaabc79762a4760e9af0a07;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.26 --- diff --git a/NEWS b/NEWS index abb9bdae..c4d9f116 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ This file contains the major changes between libsolv versions: +Version 0.6.26 +- export solvable_matchesdep function, as we now + use it in the bindings + Version 0.6.25 - new features: * new SOLVER_FLAG_STRONG_RECOMMENDS flag diff --git a/VERSION.cmake b/VERSION.cmake index 3d93005f..1d0be13a 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 "25") +SET(LIBSOLV_PATCH "26") diff --git a/package/libsolv.changes b/package/libsolv.changes index d32694e2..f7724223 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 15 11:34:59 CET 2017 - mls@suse.de + +- export solvable_matchesdep function, as we now use it in + the bindings +- bump version to 0.6.26 + ------------------------------------------------------------------- Tue Feb 7 13:13:01 CET 2017 - mls@suse.de