]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.21 0.6.21
authorMichael Schroeder <mls@suse.de>
Wed, 18 May 2016 13:14:38 +0000 (15:14 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 18 May 2016 13:14:38 +0000 (15:14 +0200)
VERSION.cmake
package/libsolv.changes

index 1b3fd7d270177659b261751842d750811d82a60e..f0d04769c9f79d501e09e842df32c22bef79b17f 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "20")
+SET(LIBSOLV_PATCH "21")
 
index 95753278bb07331024cd23b72d6ce0bbdad8628e..b6c04a72bf0196c048ca7f2844989bc40414d907 100644 (file)
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Wed May 18 15:09:56 CEST 2016 - mls@suse.de
+
+- add pool->setdisttype to the bindings
+- fix error in repo_deb that could lead to missing packages
+- add reason testing to testcase code
+- add pool_whatcontainsdep, selection_make_matchdepid, and
+  SELECTION_MATCH_DEPSTR
+- add SOLVER_FAVOR and SOLVER_DISFAVOR job types
+- allow unknown archs in pool_setarch
+- add the SOLVER_FLAG_URPM_REORDER solver flag
+- fix segfault in cshash dedup code
+- fix supplements handling when implicitobsoleteusescolors is set
+- bump version to 0.6.21
+
 -------------------------------------------------------------------
 Fri Apr  8 15:36:21 CEST 2016 - mls@suse.de