From: Michael Schroeder Date: Wed, 26 Mar 2014 14:13:22 +0000 (+0100) Subject: bump version, add changes X-Git-Tag: 0.6.4~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752bd0a8b148071888f746098eaa041c59db7f58;p=thirdparty%2Flibsolv.git bump version, add changes --- diff --git a/VERSION.cmake b/VERSION.cmake index 20e4785a..75ae10b8 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "5") -SET(LIBSOLV_PATCH "0") +SET(LIBSOLV_PATCH "1") diff --git a/package/libsolv.changes b/package/libsolv.changes index 34f09f88..c25974be 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 26 15:08:46 CET 2014 - mls@suse.de + +- fix handling of packages with no update/feature rule [bnc#870195] +- fix crash when in internalize() when the schemadata gets + reallocated +- fix access to uninitialized memory in repo_empty() +- a couple of optimizations +- support REPOKEYWORDS in content parser +- bindings: don't let str(Datamatch) change the strings +- fix basename optimization for STRINGEND +- bump version to 0.5.1 + ------------------------------------------------------------------- Wed Feb 26 15:08:35 CET 2014 - mls@suse.de