From: Michael Schroeder Date: Tue, 10 Dec 2019 13:21:00 +0000 (+0100) Subject: Add changes, bump version to 0.7.10 X-Git-Tag: 0.7.10^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=605dd2645ef899e2b7c95709476fb51e28d7e378;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.10 --- diff --git a/NEWS b/NEWS index ace34bd2..ed9be3b8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ This file contains the major changes between libsolv versions: +Version 0.7.10 +- new features: + * new rpm_stat_database() function + * new rpm_hash_database_state() function + Version 0.7.9 - new features: * support conda constrains dependencies diff --git a/VERSION.cmake b/VERSION.cmake index 0ec55827..7707dfc9 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 "9") +SET(LIBSOLV_PATCH "10") diff --git a/package/libsolv.changes b/package/libsolv.changes index 9ae15114..b6388647 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Dec 10 14:18:36 CET 2019 - mls@suse.de + +- added two new function to make libzypp independent of the rpm + database format +- bump version to 0.7.10 + ------------------------------------------------------------------- Thu Nov 21 16:34:52 CET 2019 - mls@suse.de