]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add changes, bump version to 0.6.15 0.6.15
authorMichael Schroeder <mls@suse.de>
Mon, 14 Dec 2015 14:53:29 +0000 (15:53 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 14 Dec 2015 14:53:29 +0000 (15:53 +0100)
VERSION.cmake
package/libsolv.changes

index 9ae12b5ad97992bdc35b7b414ef12f6970cf95dc..7ba4cb6ea70be4259821b286645b03accd6b1ef0 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "14")
+SET(LIBSOLV_PATCH "15")
 
index 745e5bf23a785521f031786ef2306be593156751..8714d4a68f1de1fd8992a86fd06d97ef0652acc8 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Mon Dec 14 15:48:01 CET 2015 - mls@suse.de
+
+- change product links to also look at timestamps [bnc#956443]
+- rework multiversion orphaned handling [bnc#957606]
+- support key type changes in repodata_internalize()
+- allow serialization of REPOKEY_TYPE_DELETED
+- improve appdata handling of installed packages
+- improve performance when run under xen
+- bump version to 0.6.15
+
 -------------------------------------------------------------------
 Mon Oct  5 13:27:25 CEST 2015 - mls@suse.de