add changes, bump version
authorMichael Schroeder <mls@suse.de>
Mon, 7 Apr 2014 13:39:50 +0000 (15:39 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 7 Apr 2014 13:39:50 +0000 (15:39 +0200)
VERSION.cmake
package/libsolv.changes

index 75ae10b..dc75773 100644 (file)
@@ -48,6 +48,6 @@ SET(LIBSOLV_SOVERSION "0")
 SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
-SET(LIBSOLV_MINOR "5")
-SET(LIBSOLV_PATCH "1")
+SET(LIBSOLV_MINOR "6")
+SET(LIBSOLV_PATCH "0")
 
index c25974b..7268a81 100644 (file)
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Mon Apr  7 15:36:07 CEST 2014 - mls@suse.de
+
+- add support for sha224/sha384/sha512
+- add userinstalled helper functions
+- improve dataiterator bindings (in an incompatible way)
+- automatically free pool in bindings
+- bump version to 0.6.0 (ABI + bindings API breakage)
+
+-------------------------------------------------------------------
 Wed Mar 26 15:08:46 CET 2014 - mls@suse.de
 
 - fix handling of packages with no update/feature rule [bnc#870195]