From patchwork Wed Jun 28 16:47:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 781776 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wyTHk1DF4z9s2G for ; Thu, 29 Jun 2017 02:48:02 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id E1D52B50; Wed, 28 Jun 2017 16:47:31 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 3230BAB8 for ; Wed, 28 Jun 2017 16:47:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 42A9D23C for ; Wed, 28 Jun 2017 16:47:25 +0000 (UTC) Received: from mfilter36-d.gandi.net (mfilter36-d.gandi.net [217.70.178.167]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 0F09441C08F for ; Wed, 28 Jun 2017 18:47:24 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter36-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter36-d.gandi.net (mfilter36-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 8EHFuVQ1rkCj for ; Wed, 28 Jun 2017 18:47:22 +0200 (CEST) X-Originating-IP: 98.234.50.139 Received: from localhost.localdomain (unknown [98.234.50.139]) (Authenticated sender: jpettit@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 47DF541C08D for ; Wed, 28 Jun 2017 18:47:21 +0200 (CEST) From: Justin Pettit To: dev@openvswitch.org Date: Wed, 28 Jun 2017 09:47:19 -0700 Message-Id: <1498668440-38487-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [branch-2.7 1/2] Set release date for 2.7.1. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Signed-off-by: Justin Pettit Acked-by: Flavio Leitner --- NEWS | 3 ++- configure.ac | 2 +- debian/changelog | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index bbff66af3735..5ed122ae77e7 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ -v2.7.1 - xx xxx xxxx +v2.7.1 - 28 Jun 2017 --------------------- - Fedora Packaging: * OVN services are no longer restarted automatically after upgrade. - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)). - libopenvswitch-2 was renamed to libopenvswitch-2.7. Applications built against libopenvswitch must be recompiled against the newer library. + - Bug fixes v2.7.0 - 21 Feb 2017 --------------------- diff --git a/configure.ac b/configure.ac index c4aa356a4190..c0ff690f451e 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.7.0, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.7.1, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 680766702cff..c537122fae1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +openvswitch (2.7.1-1) unstable; urgency=low + [ Open vSwitch team ] + * New upstream version + - Fedora Packaging: + * OVN services are no longer restarted automatically after upgrade. + - Add --cleanup option to command 'ovs-appctl exit' (see ovs-vswitchd(8)). + - libopenvswitch-2 was renamed to libopenvswitch-2.7. Applications built + against libopenvswitch must be recompiled against the newer library. + - Bug fixes + + -- Open vSwitch team Wed, 28 Jun 2017 09:40:42 -0700 + openvswitch (2.7.0-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version