]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version to 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 eb057392e6fdca61d0de54de5ac1daf3ae800aa9..c2d6b0f9426d306eb001140148aa853ff15e8477 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 852fdc1fc6bc4f96e56055706fbaa519fe479569..049668edaffafe39667bbaadc0fb5311159266e1 100644 (file)
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+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