From: Michael Schroeder Date: Thu, 21 Nov 2019 15:35:30 +0000 (+0100) Subject: Add changes, bump version to 0.7.9 X-Git-Tag: 0.7.9^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8868aca30f21464ca6114d0cbe91b3603c7a9b;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.9 --- diff --git a/NEWS b/NEWS index 467547b2..ace34bd2 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,10 @@ This file contains the major changes between libsolv versions: +Version 0.7.9 +- new features: + * support conda constrains dependencies + Version 0.7.8 - selected bug fixes: * support arch<->noarch package changes when creating patch diff --git a/VERSION.cmake b/VERSION.cmake index 491723a0..0ec55827 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 "8") +SET(LIBSOLV_PATCH "9") diff --git a/package/libsolv.changes b/package/libsolv.changes index e060b4d7..9ae15114 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 21 16:34:52 CET 2019 - mls@suse.de + +- support conda constrains dependencies +- bump version to 0.7.9 + ------------------------------------------------------------------- Tue Nov 12 11:35:12 CET 2019 - mls@suse.de