]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.30 0.7.30
authorMichael Schroeder <mls@suse.de>
Thu, 11 Jul 2024 11:21:09 +0000 (13:21 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 11 Jul 2024 11:23:59 +0000 (13:23 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index f386ca1c48571d595c8ca0a4ae4347e55b92e8cc..a34830fe948e91de09798a90ed0e1cdd79e11671 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.30
+- selected bug fixes:
+  * removed dependency on external find program in the repo2solv
+    tool
+  * bindings: fix return value of repodata.add_solv()
+- new features:
+  * new SOLVER_FLAG_FOCUS_NEW flag
+
 Version 0.7.29
 - selected bug fixes:
   * improve updating of installed multiversion packages
index 8b3f5361bb769d1a803677ee6b849a0683cc6a82..912de9426a1460d3531442fc25f7c17a4e1f041f 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "29")
+SET(LIBSOLV_PATCH "30")
 
index 452fd54b796b7315451ec098eee5c52a1cd89255..395054b7f59c79fb8b01fbdb47f7c1b00381d44f 100644 (file)
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de
+
+- removed dependency on external find program in the repo2solv tool
+- bindings: fix return value of repodata.add_solv()
+- new SOLVER_FLAG_FOCUS_NEW flag
+- bump version to 0.7.30
+
 -------------------------------------------------------------------
 Fri Jun  7 11:33:19 CEST 2024 - mls@suse.de