From: Michael Schroeder Date: Fri, 30 Jun 2017 14:46:27 +0000 (+0200) Subject: Add changes, bump version to 0.6.28 X-Git-Tag: 0.6.28^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8a9ddd88eb4e0ab351eb55a53186b5dc5ac0825;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.28 --- diff --git a/NEWS b/NEWS index ed1a9637..b3fd37b3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ This file contains the major changes between libsolv versions: +Version 0.6.28 +- new features: + * new pool_best_solvables() function + Version 0.6.27 - new features: * allow building with libxml2 instead of libexpat diff --git a/VERSION.cmake b/VERSION.cmake index 55b10182..f4958cb4 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 "27") +SET(LIBSOLV_PATCH "28") diff --git a/package/libsolv.changes b/package/libsolv.changes index 6c0740b5..54180846 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jun 30 16:37:31 CEST 2017 - mls@suse.de + +- make peace with newer perl versions +- fix memory leak in bindings +- add pool_best_solvables() function +- fix 64bit integer parsing from RPM headers +- bump version to 0.6.28 + ------------------------------------------------------------------- Sun May 28 13:32:15 UTC 2017 - ngompa13@gmail.com