From: Michael Andres Date: Mon, 27 Apr 2009 12:30:19 +0000 (+0200) Subject: Changes X-Git-Tag: 6.6.0~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1136e4de8fb9b6d19035565ed14fb01b11ee77aa;p=platform%2Fupstream%2Flibzypp.git Changes --- diff --git a/VERSION.cmake b/VERSION.cmake index 7d32f94..0590800 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -59,10 +59,10 @@ # changes file. See './mkChangelog -h' for help. # SET(LIBZYPP_MAJOR "6") -SET(LIBZYPP_COMPATMINOR "2") -SET(LIBZYPP_MINOR "4") -SET(LIBZYPP_PATCH "1") +SET(LIBZYPP_COMPATMINOR "5") +SET(LIBZYPP_MINOR "5") +SET(LIBZYPP_PATCH "0") # -# LAST RELEASED: 6.4.1 (2) +# LAST RELEASED: 6.5.0 (5) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index a9d5280..bee2a53 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Apr 27 14:28:07 CEST 2009 - ma@suse.de + +- New classes wraping satsolver datamatcher (Match and sat::AttrMatcher) +- Extend LookupAttr to support matching specific string patterns. +- Rewrote PoolQuery::Iterator (adapt to AttrMatcher, fixes and speedup) +- version 6.5.0 (5) + +------------------------------------------------------------------- Thu Apr 16 12:49:40 CEST 2009 - ma@suse.de - Soft lock packages deleted on behalf of a user request.