From: Michael Schroeder Date: Fri, 8 Apr 2016 13:38:56 +0000 (+0200) Subject: Add changes, bump version to 0.6.20 X-Git-Tag: 0.6.20^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=513c572b10e18bea5ac78709267de4b739cb31e7;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.20 --- diff --git a/VERSION.cmake b/VERSION.cmake index d496f5b0..1b3fd7d2 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "19") +SET(LIBSOLV_PATCH "20") diff --git a/package/libsolv.changes b/package/libsolv.changes index f431879b..95753278 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Apr 8 15:36:21 CEST 2016 - mls@suse.de + +- Better support of complex deps in pool_match_dep and + selection_make_matchdeps +- make SOLVER_REASON_CLEANDEPS_ERASE introspection reason work again +- make dep2str use rpm-like output if disttype is rpm +- implement filtering of Requires(pre,post) for installed packages +- simplify handling of pseudo package updates [bnc#967006] +- improve speed of rpmmd metadata parsing +- bump version to 0.6.20 + ------------------------------------------------------------------- Mon Feb 15 16:46:31 CET 2016 - mls@suse.de