From f41b27b0cf6b266f1a5a490eb2a0067f19aac5ab Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Wed, 24 Oct 2018 10:51:19 +0200 Subject: [PATCH] Add changes, bump version to 0.7.0 --- NEWS | 18 ++++++++++++++++++ VERSION.cmake | 8 ++++---- package/libsolv.changes | 9 +++++++++ 3 files changed, 31 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index abb211f8..16b79a88 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,24 @@ This file contains the major changes between libsolv versions: +Version 0.7.0 +- soname bump to "1" +- incompatible API changes: + * bindings: Selection.flags is now an attribute + * repodata_lookup_num now works like the other lookup_num functions +- new functions: + * selection_make_matchsolvable + * selection_make_matchsolvablelist + * pool_whatmatchessolvable + * repodata_search_arrayelement + * repodata_lookup_kv_uninternalized + * repodata_search_uninternalized + * repodata_translate_dir +- new repowriter interface to write solv files allowing better + control over what gets written +- support for filtered file lists with a custom filter +- dropped support of (since a long time unused) REPOKEY_TYPE_U32 + Version 0.6.35 - new configuration options: * ENABLE_ZSTD_COMPRESSION: support zstd compression diff --git a/VERSION.cmake b/VERSION.cmake index 991c920e..6ed2c6ff 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -44,10 +44,10 @@ # set COMPATMINOR to MINOR. (binary incompatible change) # -SET(LIBSOLV_SOVERSION "0") -SET(LIBSOLVEXT_SOVERSION "0") +SET(LIBSOLV_SOVERSION "1") +SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") -SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "35") +SET(LIBSOLV_MINOR "7") +SET(LIBSOLV_PATCH "0") diff --git a/package/libsolv.changes b/package/libsolv.changes index 430e479b..6146e993 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 24 10:48:56 CEST 2018 - mls@suse.de + +- new repowriter interface +- new selection_make_matchsolvable function +- dropped support of REPOKEY_TYPE_U32 +- bindings: Selection.flags is now an attribute +- bump version to 0.7.0 + ------------------------------------------------------------------- Thu Aug 9 17:09:41 CEST 2018 - mls@suse.de -- 2.47.3