From: Michael Schroeder Date: Wed, 31 Jan 2018 10:43:15 +0000 (+0100) Subject: Add changes, bump version to 0.6.31 X-Git-Tag: 0.6.31^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bef46d75f6d2537060114eea0f3a892e958ad5e0;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.31 --- diff --git a/NEWS b/NEWS index e3f78459..47a699d1 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,22 @@ This file contains the major changes between libsolv versions: +Version 0.6.31 +- new configuration options: + * ENABLE_RPMDB_LIBRPM: use librpm to read the package + database + * ENABLE_RPMPKG_LIBRPM: use librpm to access information + from package headers +- new features: + * new pool_set_whatprovides function to manually change + the whatprovides data + * new selection_subtract function to remove packages of + one selection from another selection + * new selection flags SELECTION_FILTER, + SELECTION_WITH_DISABLED and SELECTION_WITH_BADARCH + * new map_invertall function to invert a bitmap + * new map_clr_at function to clear some bits + Version 0.6.30 - new features: * many fixes and extenstions for cleandeps, e.g. diff --git a/VERSION.cmake b/VERSION.cmake index b047bfc8..c303b539 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 "30") +SET(LIBSOLV_PATCH "31") diff --git a/package/libsolv.changes b/package/libsolv.changes index c8e54dd2..d29a812a 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 31 11:41:51 CET 2018 - mls@suse.de + +- new ENABLE_RPMDB_LIBRPM/ENABLE_RPMPKG_LIBRPM config options +- new pool_set_whatprovides function to change the whatprovides + data +- much improved selection code +- bump version to 0.6.31 + ------------------------------------------------------------------- Tue Oct 24 12:09:32 UTC 2017 - jengelh@inai.de