]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.34 0.7.34
authorMichael Schroeder <mls@suse.de>
Mon, 7 Jul 2025 11:51:03 +0000 (13:51 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 7 Jul 2025 11:51:03 +0000 (13:51 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 490363fe07786f1c77fe9819cc1010776da447a3..9d2b4e1b46729e45497941cfa9770d0093eef750 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.34
+- new features:
+  * support product-obsoletes() provides in the product autopackage
+    generation code
+
 Version 0.7.33
 - selected bug fixes:
   * improve transaction ordering by allowing more uninst->uninst
index c3ce887e7b52dd9bc8ac11594cb87c8a04ac9b24..276e0bdbe66b537c863d8e556b4509ab35d69b39 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "33")
+SET(LIBSOLV_PATCH "34")
 
index 4ab62c93e6737c850174ca76beb40bc798150666..30a19ef5c3f4ad4b02e450a755c4d2aeda554066 100644 (file)
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Jul  7 13:48:58 CEST 2025 - mls@suse.de
+
+- add support for product-obsoletes() provides in the product
+  autopackage generation code
+- bump version to 0.7.34
+
 -------------------------------------------------------------------
 Tue Jun  3 13:25:39 CEST 2025 - mls@suse.de