From: Michael Schroeder Date: Mon, 7 Apr 2014 13:39:50 +0000 (+0200) Subject: add changes, bump version X-Git-Tag: 0.6.4~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc61a35f537078664825a35c86895eb20d847d1f;p=thirdparty%2Flibsolv.git add changes, bump version --- diff --git a/VERSION.cmake b/VERSION.cmake index 75ae10b8..dc757739 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -48,6 +48,6 @@ SET(LIBSOLV_SOVERSION "0") SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") -SET(LIBSOLV_MINOR "5") -SET(LIBSOLV_PATCH "1") +SET(LIBSOLV_MINOR "6") +SET(LIBSOLV_PATCH "0") diff --git a/package/libsolv.changes b/package/libsolv.changes index c25974be..7268a818 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 7 15:36:07 CEST 2014 - mls@suse.de + +- add support for sha224/sha384/sha512 +- add userinstalled helper functions +- improve dataiterator bindings (in an incompatible way) +- automatically free pool in bindings +- bump version to 0.6.0 (ABI + bindings API breakage) + ------------------------------------------------------------------- Wed Mar 26 15:08:46 CET 2014 - mls@suse.de