From: Michael Andres Date: Tue, 22 Sep 2009 18:35:36 +0000 (+0200) Subject: changes 6.17.1 X-Git-Tag: 6.17.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d205ad44d9d6daabec0895eec48ba7242bcfd87;p=platform%2Fupstream%2Flibzypp.git changes 6.17.1 --- diff --git a/VERSION.cmake b/VERSION.cmake index 1e39ca5..685624a 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "6") SET(LIBZYPP_COMPATMINOR "17") SET(LIBZYPP_MINOR "17") -SET(LIBZYPP_PATCH "0") +SET(LIBZYPP_PATCH "1") # -# LAST RELEASED: 6.17.0 (17) +# LAST RELEASED: 6.17.1 (17) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index f1cec25..d9032ce 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Sep 22 20:32:38 CEST 2009 - ma@suse.de + +- Add Selectable::updateCandidateObj returning the candidate for + update, if there is one. The updateCandidate must not violate + any active solver policy. +- version 6.17.1 (17) + +------------------------------------------------------------------- Fri Sep 18 17:20:37 CEST 2009 - ma@suse.de - Make sure rpmReadConfigFiles was called before using librpm (bnc #539603).