From: Michael Schroeder Date: Fri, 21 Feb 2014 17:02:32 +0000 (+0100) Subject: add changes, bump version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fd44dc6db6f5d8371b65e2717aec4d1b49ae4ef;p=thirdparty%2Flibsolv.git add changes, bump version --- diff --git a/VERSION.cmake b/VERSION.cmake index c2d6b0f9..4044fa82 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 "0") +SET(LIBSOLV_PATCH "1") diff --git a/package/libsolv.changes b/package/libsolv.changes index dde8e5a4..290b560b 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 21 18:01:48 CET 2014 - mls@suse.de + +- fix bug in solver_get_unneeded that could lead to an + endless loop [bnc#828764] +- fix typos in pool_job2str +- make addfilelist more resistant against corrupt rpms +- fix pseudo packages obsoleting other pseudo packages +- bump version to 0.4.1 + ------------------------------------------------------------------- Tue Sep 24 11:14:25 CEST 2013 - mls@suse.de