]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.33 0.7.33
authorMichael Schroeder <mls@suse.de>
Tue, 3 Jun 2025 11:40:58 +0000 (13:40 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 3 Jun 2025 11:40:58 +0000 (13:40 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 07fc2850dfc162a830d21aef902543a6c69dd38a..490363fe07786f1c77fe9819cc1010776da447a3 100644 (file)
--- 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
index 8f615afdb789cbb4271bd69a3333d831d6a1e427..c3ce887e7b52dd9bc8ac11594cb87c8a04ac9b24 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "32")
+SET(LIBSOLV_PATCH "33")
 
index 3e985a8c9ac08e9a6449d8e2fee0749ce72c8c8d..4ab62c93e6737c850174ca76beb40bc798150666 100644 (file)
@@ -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