]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.7.25 0.7.25
authorMichael Schroeder <mls@suse.de>
Thu, 14 Sep 2023 12:18:10 +0000 (14:18 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 14 Sep 2023 12:18:10 +0000 (14:18 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 377de708e44d68853d03d02aa88df710a399fa67..4101ee492e1a245b5b34c5d4316bb9bccca3b2f8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
 
 This file contains the major changes between libsolv versions:
 
+Version 0.7.25
+- selected bug fixes:
+  * support complex deps in SOLVABLE_PREREQ_IGNOREINST
+  * fix minimization not prefering installed packages in some cases
+  * reduce memory usage in repo_updateinfoxml
+  * fix lock-step interfering with architecture selection
+  * fix choice rule handing for package downgrades
+  * fix complex dependencies with an "else" part sometimes leading
+    to unsolved dependencies
+
 Version 0.7.24
 - selected bug fixes:
   * handle learnt rules in solver_alternativeinfo()
index 8989d025b7700dec145c3ca7e442d015f5a07d4f..5948d8de4e2b5cc171ed93fe9844d7a962c40836 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "1")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "7")
-SET(LIBSOLV_PATCH "24")
+SET(LIBSOLV_PATCH "25")
 
index 679a1e6f65e18beb424d2eab96df397ed5b08dc0..570c35a404b0b23a1a5a2f097e323511e7247150 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Thu Sep 14 14:17:08 CEST 2023 - mls@suse.de
+
+- support complex deps in SOLVABLE_PREREQ_IGNOREINST
+- fix minimization not prefering installed packages in some cases
+- reduce memory usage in repo_updateinfoxml
+- fix lock-step interfering with architecture selection
+- fix choice rule handing for package downgrades
+- fix complex dependencies with an "else" part sometimes leading
+  to unsolved dependencies
+- bump version to 0.7.25
+
 -------------------------------------------------------------------
 Thu Apr 13 16:03:04 CEST 2023 - mls@suse.de