From patchwork Fri Sep 1 18:50:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 808942 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) 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 3xkSx52r98z9sPm for ; Sat, 2 Sep 2017 04:50:33 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 53748CE0; Fri, 1 Sep 2017 18:50: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 4A5B0CD1 for ; Fri, 1 Sep 2017 18:50:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 854901B3 for ; Fri, 1 Sep 2017 18:50:28 +0000 (UTC) X-Originating-IP: 199.36.244.14 Received: from ubuntu-ct.localdomain (unknown [199.36.244.14]) (Authenticated sender: jpettit@ovn.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id E06C3FB89E for ; Fri, 1 Sep 2017 20:50:26 +0200 (CEST) From: Justin Pettit To: dev@openvswitch.org Date: Fri, 1 Sep 2017 11:50:24 -0700 Message-Id: <1504291824-40465-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW autolearn=disabled 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.8] Prepare for 2.8.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: Andy Zhou --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ce503a4ea29f..4b10e81e4c27 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +v2.8.1 - xx xxx xxxx +--------------------- + + v2.8.0 - 31 Aug 2017 --------------------- - ovs-ofctl: diff --git a/configure.ac b/configure.ac index c9d6f9f2cda9..6ade118a029c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.8.0, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.8.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 95a875fbfee3..0bf3c4c82139 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openvswitch (2.8.1-1) unstable; urgency=medium + + [ Open vSwitch team ] + * New upstream version + + -- Open vSwitch team Thu, 31 Aug 2017 09:32:16 -0700 + openvswitch (2.8.0-1) unstable; urgency=medium [ Open vSwitch team ]