# - Consider calling ./mkChangelog to edit the
# changes file. See './mkChangelog -h' for help.
#
-SET(LIBZYPP_MAJOR "8")
-SET(LIBZYPP_COMPATMINOR "10")
-SET(LIBZYPP_MINOR "12")
-SET(LIBZYPP_PATCH "2")
+SET(LIBZYPP_MAJOR "9")
+SET(LIBZYPP_COMPATMINOR "0")
+SET(LIBZYPP_MINOR "0")
+SET(LIBZYPP_PATCH "0")
#
-# LAST RELEASED: 8.12.1 (10)
+# LAST RELEASED: 9.0.0 (0)
# (The number in parenthesis is LIBZYPP_COMPATMINOR)
#=======
+-------------------------------------------------------------------
+Tue Apr 5 12:08:27 CEST 2011 - ma@suse.de
+
+- Switch ResPoolProxy to use multimap in order to allow iteration
+ of all Selectables of all kinds.
+- Add upper/lower_bound iteration to MapKVIterator.
+- Add stream output for multimap/set.
+- version 9.0.0 (0)
+
-------------------------------------------------------------------
Mon Apr 4 15:08:08 CEST 2011 - ma@suse.de