From: Michael Schroeder Date: Mon, 20 Apr 2020 15:33:22 +0000 (+0200) Subject: Add changes, bump version to 0.7.12 X-Git-Tag: 0.7.12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9f7f29ba678eb505426bf7087e26ab7975eb0a7;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.12 --- diff --git a/NEWS b/NEWS index 9d2d8336..9bdc2d8d 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,13 @@ This file contains the major changes between libsolv versions: +Version 0.7.12 +- conda: support packages.conda repositories +- conda: de-priorize track features +- allow win32 to build shared lib +- selected bug fixes: + * fix ruleinfo of complex dependencies returning the wrong origin + Version 0.7.11 - ENABLE_RPMDB_LIBRPM is now the default - selected bug fixes: diff --git a/VERSION.cmake b/VERSION.cmake index 180eda51..ffa76f34 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 "11") +SET(LIBSOLV_PATCH "12") diff --git a/package/libsolv.changes b/package/libsolv.changes index 253784b6..caccbebb 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 20 17:24:21 CEST 2020 - mls@suse.de + +- fix ruleinfo of complex dependencies returning the wrong origin +- bump version to 0.7.12 + ------------------------------------------------------------------- Wed Jan 22 13:52:48 CET 2020 - mls@suse.de