]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.35 0.7.35
authorMichael Schroeder <mls@suse.de>
Mon, 4 Aug 2025 09:14:31 +0000 (11:14 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 4 Aug 2025 09:14:31 +0000 (11:14 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 9d2b4e1b46729e45497941cfa9770d0093eef750..65a113621316e6f0d9e4ed136e552ea68a867162 100644 (file)
--- 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
index 276e0bdbe66b537c863d8e556b4509ab35d69b39..78ea7f35ae2cb8a28ae27e963954157a67e26db9 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "34")
+SET(LIBSOLV_PATCH "35")
 
index 30a19ef5c3f4ad4b02e450a755c4d2aeda554066..1b2bd37f3219f8d812a480d4f22acfb9eb2aab86 100644 (file)
@@ -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