changes 7.0.0 7.0.0
authorMichael Andres <ma@suse.de>
Wed, 14 Apr 2010 13:20:16 +0000 (15:20 +0200)
committerMichael Andres <ma@suse.de>
Wed, 14 Apr 2010 13:20:16 +0000 (15:20 +0200)
VERSION.cmake
package/libzypp.changes

index 5c3debc..2a4feae 100644 (file)
 # - Consider calling ./mkChangelog to edit the
 #   changes file. See './mkChangelog -h' for help.
 #
-SET(LIBZYPP_MAJOR "6")
-SET(LIBZYPP_COMPATMINOR "31")
-SET(LIBZYPP_MINOR "31")
-SET(LIBZYPP_PATCH "3")
+SET(LIBZYPP_MAJOR "7")
+SET(LIBZYPP_COMPATMINOR "0")
+SET(LIBZYPP_MINOR "0")
+SET(LIBZYPP_PATCH "0")
 #
-# LAST RELEASED: 6.31.3 (31)
+# LAST RELEASED: 7.0.0 (0)
 # (The number in parenthesis is LIBZYPP_COMPATMINOR)
 #=======
index c35c93b..14d6802 100644 (file)
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Wed Apr 14 15:09:18 CEST 2010 - ma@suse.de
+
+- Using boost-1.42 requires -fno-strict-aliasing (bnc#595545)
+- Bump major version for 11.3 development.
+- version 7.0.0 (0)
+
+-------------------------------------------------------------------
 Tue Apr 13 14:36:31 CEST 2010 - ma@suse.de
 
 - Fix parsing port from IPv6 URL (bnc#593385)