]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.31 0.7.31
authorMichael Schroeder <mls@suse.de>
Tue, 12 Nov 2024 09:56:36 +0000 (10:56 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 12 Nov 2024 09:56:36 +0000 (10:56 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index a34830fe948e91de09798a90ed0e1cdd79e11671..13b7f2f55616907ee04b5a1df5469fc8dee1c1bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.31
+- selected bug fixes:
+  * fix replaces_installed_package using the wrong solvable id
+    when checking the noupdate map
+  * make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
+- new features:
+  * add rpm_query_idarray query function
+  * support rpm's "orderwithrequires" dependency
+
 Version 0.7.30
 - selected bug fixes:
   * removed dependency on external find program in the repo2solv
index 912de9426a1460d3531442fc25f7c17a4e1f041f..6f6abc3f53dbfcc6fb0553bbc011715f86bfc960 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "30")
+SET(LIBSOLV_PATCH "31")
 
index 395054b7f59c79fb8b01fbdb47f7c1b00381d44f..5a1cc92714defa2c4e2149a3518236671b4e7ba4 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Tue Nov 12 10:54:33 CET 2024 - mls@suse.de
+
+- fix replaces_installed_package using the wrong solvable id
+  when checking the noupdate map
+- make POOL_FLAG_ADDFILEPROVIDESFILTERED behaviour more standard
+- add rpm_query_idarray query function
+- support rpm's "orderwithrequires" dependency
+- bump version to 0.7.31
+
 -------------------------------------------------------------------
 Thu Jul 11 13:19:18 CEST 2024 - mls@suse.de