]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.29 0.6.29
authorMichael Schroeder <mls@suse.de>
Thu, 7 Sep 2017 14:22:11 +0000 (16:22 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 7 Sep 2017 14:22:11 +0000 (16:22 +0200)
NEWS
VERSION.cmake
package/libsolv.changes

diff --git a/NEWS b/NEWS
index b3fd37b38901e67f45b33616d8c70aca4b2c0852..396bfdbd30b292725d3ba001baa8955b67fab99c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.29
+- new features:
+  * support for REL_WITHOUT and REL_UNLESS dependencies
+  * solver_get_recommendations available in bindings
+
 Version 0.6.28
 - new features:
   * new pool_best_solvables() function
index f4958cb416d80f7502e3921d5be4809b0ec0556a..f24ed63b63c5b415b1d057afa4e0f1f152100aff 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "28")
+SET(LIBSOLV_PATCH "29")
 
index 541808463dfaa0c261381d7ba4e9749f607e0cbc..21bdbd1109aabc793c03aae016a80caab40ab7fd 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Thu Sep  7 16:18:20 CEST 2017 - mls@suse.de
+
+- expose solver_get_recommendations in bindings
+- fix bug in solver_prune_to_highest_prio_per_name resulting in
+  bad solver_get_recommendations output
+- support 'without' and 'unless' dependencies
+- fix yumobs rule generation bug
+- Use same heuristic as upstream to determine src rpms
+- bump version to 0.6.29
+
 -------------------------------------------------------------------
 Fri Jun 30 16:37:31 CEST 2017 - mls@suse.de