From: Michael Schroeder Date: Fri, 22 Jul 2016 11:03:39 +0000 (+0200) Subject: Add changes, bump version to 0.6.23 X-Git-Tag: 0.6.23^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f654c8cfa52427ed42d7142e58452dae08c0c2d0;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.23 --- diff --git a/NEWS b/NEWS index a5403ed6..1745af86 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ This file contains the major changes between libsolv versions: +Version 0.6.22, 0.6.23 +- bug fix releases, no new features + Version 0.6.21 - new features: * SOLVER_FAVOR and SOLVER_DISFAVOR job types diff --git a/VERSION.cmake b/VERSION.cmake index 2da1637c..10ade662 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 "22") +SET(LIBSOLV_PATCH "23") diff --git a/package/libsolv.changes b/package/libsolv.changes index fe924bbc..7d12812c 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jul 22 11:37:23 CEST 2016 - mls@suse.de + +- also scan /usr/share/metainfo for appdata files [bnc#989830] +- support tri-state product-endoflife [fate#320699] +- take lockstep into account when calculating unneeded packages +- ignore appplication extensions for now in appdata parser + [bnc#984332] +- add enabled features to solvversion.h +- take disfavors into account when auto-minimizing for recommended + packages +- change cleandeps code so that it keeps all providers +- make sure that all repos have different names in a testcase +- bump version to 0.6.23 + ------------------------------------------------------------------- Tue Jun 7 11:24:47 CEST 2016 - mls@suse.de