add changes, bump version to 0.4.0 upstream/0.4.0
authorMichael Schroeder <mls@suse.de>
Mon, 23 Sep 2013 09:42:32 +0000 (11:42 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 23 Sep 2013 09:42:32 +0000 (11:42 +0200)
This is done mainly so that openSUSE 13.1 will have a new minor
version of libsolv. In the future we hope to do this only for
ABI changes.

VERSION.cmake
package/libsolv.changes

index eb05739..c2d6b0f 100644 (file)
@@ -48,6 +48,6 @@ SET(LIBSOLV_SOVERSION "0")
 SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
-SET(LIBSOLV_MINOR "3")
+SET(LIBSOLV_MINOR "4")
 SET(LIBSOLV_PATCH "0")
 
index 852fdc1..049668e 100644 (file)
@@ -1,4 +1,13 @@
 -------------------------------------------------------------------
+Mon Sep 23 11:31:28 CEST 2013 - mls@suse.de
+
+- added repodata_lookup_binary
+- fix pattern obsoleting real packages [bnc#834376]
+- add selection_make_matchdeps function to query dependencies
+  other than provides
+- bump version to 0.4.0
+
+-------------------------------------------------------------------
 Wed Aug 21 14:39:54 CEST 2013 - mls@suse.de
 
 - add describe_decision() and unset() methods to bindings