From 752bd0a8b148071888f746098eaa041c59db7f58 Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 26 Mar 2014 15:13:22 +0100 Subject: [PATCH] bump version, add changes --- VERSION.cmake | 2 +- package/libsolv.changes | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/VERSION.cmake b/VERSION.cmake index 20e4785..75ae10b 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 34f09f8..c25974b 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +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 - improve appdata.xml parsing [bnc#865293] -- 2.7.4