From: Michael Schroeder Date: Fri, 21 Feb 2014 15:25:26 +0000 (+0100) Subject: add changes, bump version X-Git-Tag: 0.6.4~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3898d847cfc414142edf27521bbe63131230dd;p=thirdparty%2Flibsolv.git add changes, bump version --- diff --git a/VERSION.cmake b/VERSION.cmake index c3e06158..99cf7069 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "4") -SET(LIBSOLV_PATCH "4") +SET(LIBSOLV_PATCH "5") diff --git a/package/libsolv.changes b/package/libsolv.changes index 49308179..c7a5b856 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 21 16:23:58 CET 2014 - mls@suse.de + +- fix bug in solver_get_unneeded that could lead to an + endless loop [bnc#828764] +- adapt to new rpm tags for weak dependencies +- fix pseudo packages obsoleting other pseudo packages +- optimize unfulfilled rule handling a bit +- bump version to 0.4.5 + ------------------------------------------------------------------- Fri Feb 14 11:03:18 CET 2014 - mls@suse.de