]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version 0.6.11
authorMichael Schroeder <mls@suse.de>
Tue, 2 Jun 2015 09:45:09 +0000 (11:45 +0200)
committerMichael Schroeder <mls@suse.de>
Tue, 2 Jun 2015 09:45:09 +0000 (11:45 +0200)
VERSION.cmake
package/libsolv.changes

index 92a1b900cf8338152accdabf3490817a71a8e93d..fe0632b865c3f82a8d97376b0627eacacc630636 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "10")
+SET(LIBSOLV_PATCH "11")
 
index 8a28e43981b326a27cb8de34014145288c5caa10..5a0a59bd84069908537af7d66ff118cc0cedca44 100644 (file)
@@ -1,3 +1,13 @@
+-------------------------------------------------------------------
+Tue Jun  2 11:41:10 CEST 2015 - mls@suse.de
+
+- add forgotten sha-512 support to data_skip
+- speed up whatprovides lookup with a new helper array
+- fix dup with allowuninstall
+- improve alreadyinstalled handling of supplements
+- some code cleanup
+- bump version to 0.6.11
+
 -------------------------------------------------------------------
 Sat May  2 11:44:08 UTC 2015 - mrueckert@suse.de