From fb4b4340d46108cb365113e432642d6024886c7a Mon Sep 17 00:00:00 2001 From: Michael Schroeder Date: Mon, 4 Aug 2025 11:14:31 +0200 Subject: [PATCH] Add changes, bump version to 0.7.35 --- NEWS | 8 ++++++++ VERSION.cmake | 2 +- package/libsolv.changes | 9 +++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 9d2b4e1b..65a11362 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ This file contains the major changes between libsolv versions: +Version 0.7.35 +- selected bug fixes: + * fixed rare crash in the handling of allowuninstall in combination + with forcebest updates +- new features: + * new pool_satisfieddep_map feature to test if a set of packages + satisfies a dependency + Version 0.7.34 - new features: * support product-obsoletes() provides in the product autopackage diff --git a/VERSION.cmake b/VERSION.cmake index 276e0bdb..78ea7f35 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 "34") +SET(LIBSOLV_PATCH "35") diff --git a/package/libsolv.changes b/package/libsolv.changes index 30a19ef5..1b2bd37f 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Aug 4 10:46:17 CEST 2025 - mls@suse.de + +- fixed rare crash in the handling of allowuninstall in combination + with forcebest updates +- new pool_satisfieddep_map feature to test if a set of packages + satisfies a dependency +- bump version to 0.7.35 + ------------------------------------------------------------------- Mon Jul 7 13:48:58 CEST 2025 - mls@suse.de -- 2.47.2