From: Michael Schroeder Date: Fri, 7 Dec 2018 14:17:15 +0000 (+0100) Subject: Add changes, bump version to 0.7.2 X-Git-Tag: 0.7.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0141962a9eef7f4bc1fdcac7099f3f6a95ec23;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.2 --- diff --git a/NEWS b/NEWS index 1416a16d..812a9234 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,14 @@ This file contains the major changes between libsolv versions: +Version 0.7.2 +- bug fixes: + * do not autouninstall packages because of forcebest updates +- new features: + * support rpm's new '^' version separator + * support set/get_considered_list in bindings + * new experimental SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED flag + Version 0.7.1 - fix nasty off-by-one error in repo_write diff --git a/VERSION.cmake b/VERSION.cmake index bd4e5e63..507716c3 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "7") -SET(LIBSOLV_PATCH "1") +SET(LIBSOLV_PATCH "2") diff --git a/package/libsolv.changes b/package/libsolv.changes index 5467ee3e..53bfc301 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 7 15:10:46 CET 2018 - mls@suse.de + +- do not autouninstall packages because of forcebest updates +- support rpm's new '^' version separator +- support set/get_considered_list in bindings +- new experimental SOLVER_FLAG_ONLY_NAMESPACE_RECOMMENDED flag + [fate#325513] +- bump version to 0.7.2 + ------------------------------------------------------------------- Wed Oct 31 13:50:22 CET 2018 - mls@suse.de