From: Michael Andres Date: Thu, 16 Sep 2021 11:02:28 +0000 (+0200) Subject: Update changes, bump version to 0.6.38 X-Git-Tag: 0.6.38^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F475%2Fhead;p=thirdparty%2Flibsolv.git Update changes, bump version to 0.6.38 libzypp must require 'b97c733b Turn on rich dependency handling...' --- diff --git a/NEWS b/NEWS index e3bd30f2..4034e09e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ This file contains the major changes between libsolv versions: +Version 0.6.38: +- bug fixes: + * Turn on rich dependency handling needed for ptf support + [jsc#SLE-17973] [jsc#SLE-17974] [bnc#1190530] + Version 0.6.37: - bug fixes: * fix heap-buffer-overflow in repodata_schema2id [CVE-2019-20387] diff --git a/VERSION.cmake b/VERSION.cmake index fe3e310d..7688f640 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "37") +SET(LIBSOLV_PATCH "38") diff --git a/package/libsolv.changes b/package/libsolv.changes index e0cdf9fa..ee00f752 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -2,7 +2,8 @@ Wed Jul 28 10:19:08 CEST 2021 - mls@suse.de - Turn on rich dependency handling needed for ptf support - [jsc#SLE-17973] [jsc#SLE-17974] + [jsc#SLE-17973] [jsc#SLE-17974] [bnc#1190530] +- bump version to 0.6.38 ------------------------------------------------------------------- Wed May 26 14:25:00 CEST 2021 - mls@suse.de