From: Michael Andres Date: Wed, 14 Apr 2010 13:20:16 +0000 (+0200) Subject: changes 7.0.0 X-Git-Tag: 7.0.0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a7f53951ae0ccf6ee943c114429fbc7d824918a2;p=platform%2Fupstream%2Flibzypp.git changes 7.0.0 --- diff --git a/VERSION.cmake b/VERSION.cmake index 5c3debc..2a4feae 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -58,11 +58,11 @@ # - 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) #======= diff --git a/package/libzypp.changes b/package/libzypp.changes index c35c93b..14d6802 100644 --- a/package/libzypp.changes +++ b/package/libzypp.changes @@ -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)