From: Michael Schroeder Date: Thu, 3 Apr 2025 11:10:26 +0000 (+0200) Subject: Add changes, bump version to 0.7.32 X-Git-Tag: 0.7.32^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f64952e3270deb6be30ae4b786cae5c114c807;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.7.32 --- diff --git a/NEWS b/NEWS index 13b7f2f5..07fc2850 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,13 @@ This file contains the major changes between libsolv versions: +Version 0.7.32 +- build both static and dynamic libraries on new suse distros +- require cmake >= 3.5 +- new features: + * support the apk package and repository format (both v2 and v3) + * new dataiterator_final_{repo,solvable} functions + Version 0.7.31 - selected bug fixes: * fix replaces_installed_package using the wrong solvable id diff --git a/VERSION.cmake b/VERSION.cmake index 6f6abc3f..8f615afd 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 "31") +SET(LIBSOLV_PATCH "32") diff --git a/package/libsolv.changes b/package/libsolv.changes index 667948e4..3e985a8c 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 3 13:07:20 CEST 2025 - mls@suse.de + +- build both static and dynamic libraries on new suse distros +- support the apk package and repository format (both v2 and v3) +- new dataiterator_final_{repo,solvable} functions +- bump version to 0.7.32 + ------------------------------------------------------------------- Wed Jan 15 09:16:51 UTC 2025 - Bernhard Wiedemann