From: Michael Schroeder Date: Tue, 3 Jun 2025 11:40:58 +0000 (+0200) Subject: Add changes, bump version to 0.7.33 X-Git-Tag: 0.7.33^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fb855d872139fb1ebebec4c892b338fccda69ba;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.33 --- diff --git a/NEWS b/NEWS index 07fc2850..490363fe 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ This file contains the major changes between libsolv versions: +Version 0.7.33 +- selected bug fixes: + * improve transaction ordering by allowing more uninst->uninst + edges + * implement color filtering when adding update targets +- new features: + * support orderwithrequires dependencies in susedata.xml + Version 0.7.32 - build both static and dynamic libraries on new suse distros - require cmake >= 3.5 diff --git a/VERSION.cmake b/VERSION.cmake index 8f615afd..c3ce887e 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 "32") +SET(LIBSOLV_PATCH "33") diff --git a/package/libsolv.changes b/package/libsolv.changes index 3e985a8c..4ab62c93 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jun 3 13:25:39 CEST 2025 - mls@suse.de + +- improve transaction ordering by allowing more uninst->uninst + edges [bsc#1243457] +- implement color filtering when adding update targets +- support orderwithrequires dependencies in susedata.xml +- bump version to 0.7.33 + ------------------------------------------------------------------- Thu Apr 3 13:07:20 CEST 2025 - mls@suse.de