]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.13 0.6.13
authorMichael Schroeder <mls@suse.de>
Fri, 25 Sep 2015 09:57:47 +0000 (11:57 +0200)
committerMichael Schroeder <mls@suse.de>
Fri, 25 Sep 2015 09:57:47 +0000 (11:57 +0200)
VERSION.cmake
package/libsolv.changes

index 086ee95f7b2f18b2cc7a3aae76c3c4e4baeedae5..f67959d36bbd70f872f97050e606338f88cdb4be 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "12")
+SET(LIBSOLV_PATCH "13")
 
index 5ab93296afa361df61f11440bf60f1da4aee19d9..5ddad423341d0d5a32ba7d61a032daf39d3472c3 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Fri Sep 25 11:54:02 CEST 2015 - mls@suse.de
+
+- support a generic string for pattern-visible() [bnc#900769]
+- add a SOLVER_ALLOWUNINSTALL job type
+- add ordercycle introspection
+- fix mkmask handling of a zero size
+- support 'recommends' in repo_mdk.c
+- support filelist parsing in installcheck
+- bump version to 0.6.13
+
 -------------------------------------------------------------------
 Tue Sep  1 13:37:11 CEST 2015 - mls@suse.de