Changes
authorMichael Andres <ma@suse.de>
Mon, 27 Apr 2009 12:30:19 +0000 (14:30 +0200)
committerMichael Andres <ma@suse.de>
Mon, 27 Apr 2009 12:30:19 +0000 (14:30 +0200)
VERSION.cmake
package/libzypp.changes

index 7d32f94..0590800 100644 (file)
 #   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)
 #=======
index a9d5280..bee2a53 100644 (file)
@@ -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.