From: Michael Schroeder Date: Wed, 22 Jan 2020 12:54:05 +0000 (+0100) Subject: Add changes, bump version to 0.7.11 X-Git-Tag: 0.7.11^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=102ac552669181d3e43731aa275bdbbc7ddcb94c;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.11 --- diff --git a/NEWS b/NEWS index ed9be3b8..9d2d8336 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ This file contains the major changes between libsolv versions: +Version 0.7.11 +- ENABLE_RPMDB_LIBRPM is now the default +- selected bug fixes: + * fixed solv_zchunk decoding error if large chunks are used + * treat retracted pathes as irrelevant + * made add_update_target work with multiversion installs + Version 0.7.10 - new features: * new rpm_stat_database() function diff --git a/VERSION.cmake b/VERSION.cmake index 7707dfc9..180eda51 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 "10") +SET(LIBSOLV_PATCH "11") diff --git a/package/libsolv.changes b/package/libsolv.changes index dfca0c5f..253784b6 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 22 13:52:48 CET 2020 - mls@suse.de + +- fixed solv_zchunk decoding error if large chunks are used +- treat retracted pathes as irrelevant +- made add_update_target work with multiversion installs +- bump version to 0.7.11 + ------------------------------------------------------------------- Thu Dec 19 16:29:52 CET 2019 - mls@suse.de