From: Michael Schroeder Date: Fri, 21 Feb 2014 16:56:59 +0000 (+0100) Subject: add changes, bump version X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5feae0f03c813b3755a8c2904f9e5194a24851f5;p=thirdparty%2Flibsolv.git add changes, bump version --- diff --git a/VERSION.cmake b/VERSION.cmake index b94cb655..e273fc77 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "3") -SET(LIBSOLV_PATCH "2") +SET(LIBSOLV_PATCH "3") diff --git a/package/libsolv.changes b/package/libsolv.changes index c3d44a01..2df878ee 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 21 17:55:12 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.3.3 + ------------------------------------------------------------------- Tue Sep 3 16:24:45 CEST 2013 - mls@suse.de