From: Michael Schroeder Date: Mon, 23 Sep 2013 09:42:32 +0000 (+0200) Subject: add changes, bump version to 0.4.0 X-Git-Tag: BASE-SuSE-Code-13_1-Branch~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb93ea39de50391d40083d87c180793411cfa658;p=thirdparty%2Flibsolv.git add changes, bump version to 0.4.0 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. --- diff --git a/VERSION.cmake b/VERSION.cmake index eb057392..c2d6b0f9 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -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") diff --git a/package/libsolv.changes b/package/libsolv.changes index 852fdc1f..049668ed 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -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