]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.25 0.6.25
authorMichael Schroeder <mls@suse.de>
Tue, 7 Feb 2017 12:20:53 +0000 (13:20 +0100)
committerMichael Schroeder <mls@suse.de>
Tue, 7 Feb 2017 12:20:53 +0000 (13:20 +0100)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index 79e18dcf9fe70ab15d3e6b82858156f1b0c99adf..abb9bdae0ab7092986f935967a6827d9a34a6509 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.25
+- new features:
+  * new SOLVER_FLAG_STRONG_RECOMMENDS flag
+  * new SOLVER_FLAG_INSTALL_ALSO_UPDATES flag
+  * new matchesdep() method in bindings
+  * SOLVABLE_NAME selects nevr matching for
+    pool_whatmatchesdep and solvable_matchesdep
 Version 0.6.24
 - new features:
   * new SOLVER_FLAG_FOCUS_BEST flag
index ffa5bd046174e1243f2b3c8a94e2a539cbae14e1..3d93005fad2904cb574f78b69f2a7258430081ec 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "24")
+SET(LIBSOLV_PATCH "25")
 
index fd351c3ed32ccc41a034cf3180865db28d02dfea..d32694e27195bb95b91fe4628b642e05e97c8dce 100644 (file)
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Tue Feb  7 13:13:01 CET 2017 - mls@suse.de
+
+- add SOLVABLE_NAME hack for pool_whatmatchesdep and
+  solvable_matchesdep
+- add SOLVER_FLAG_STRONG_RECOMMENDS option
+- add SOLVER_FLAG_INSTALL_ALSO_UPDATES option
+- do not special case release-less provides in sort_by_common_dep
+- solver_problemruleinfo2str: return reason why a package is not
+  installable
+- guard against dirpool_add_dir being called with an illegal
+  component id
+- reject solv files with bad directories
+- bump version to 0.6.25
+
 -------------------------------------------------------------------
 Thu Nov 10 15:09:25 CET 2016 - mls@suse.de