]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.20 0.6.20
authorMichael Schroeder <mls@suse.de>
Fri, 8 Apr 2016 13:38:56 +0000 (15:38 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 8 Apr 2016 13:38:56 +0000 (15:38 +0200)
VERSION.cmake
package/libsolv.changes

index d496f5b02da890626eb0fd98b4e87e14a8b3e77a..1b3fd7d270177659b261751842d750811d82a60e 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "19")
+SET(LIBSOLV_PATCH "20")
 
index f431879bfdcc80b066f3b15b583842beb5e11ffd..95753278bb07331024cd23b72d6ce0bbdad8628e 100644 (file)
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Fri Apr  8 15:36:21 CEST 2016 - mls@suse.de
+
+- Better support of complex deps in pool_match_dep and
+  selection_make_matchdeps
+- make SOLVER_REASON_CLEANDEPS_ERASE introspection reason work again
+- make dep2str use rpm-like output if disttype is rpm
+- implement filtering of Requires(pre,post) for installed packages
+- simplify handling of pseudo package updates [bnc#967006]
+- improve speed of rpmmd metadata parsing
+- bump version to 0.6.20
+
 -------------------------------------------------------------------
 Mon Feb 15 16:46:31 CET 2016 - mls@suse.de