From patchwork Sun Jan 20 21:29:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 1028219 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.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 43jSWD5xCVz9sCr for ; Mon, 21 Jan 2019 08:29:44 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 62CDF14A7; Sun, 20 Jan 2019 21:29:40 +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 C8725149C for ; Sun, 20 Jan 2019 21:29:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 0497CFC for ; Sun, 20 Jan 2019 21:29:33 +0000 (UTC) Received: from localhost.localdomain (unknown [76.21.119.245]) (Authenticated sender: jpettit@ovn.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 4F034200002 for ; Sun, 20 Jan 2019 21:29:30 +0000 (UTC) From: Justin Pettit To: dev@openvswitch.org Date: Sun, 20 Jan 2019 13:29:27 -0800 Message-Id: <20190120212928.4141-1-jpettit@ovn.org> X-Mailer: git-send-email 2.17.1 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] [PATCH 1/2] Prepare for 2.11.0. 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: Ben Pfaff --- NEWS | 2 +- configure.ac | 2 +- debian/changelog | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 6fc1cf3def81..1d47545ca333 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -Post-v2.10.0 +v2.11.0 - xx xxx xxxx --------------------- - Linux datapath: * Support for the kernel versions 4.16.x and 4.17.x. diff --git a/configure.ac b/configure.ac index 71ca9078210e..8a05870a43dc 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.10.90, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.11.0, 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 493bd13ea342..c12eaa010206 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -openvswitch (2.10.90-1) unstable; urgency=low +openvswitch (2.11.0-1) unstable; urgency=low * New upstream version - -- Open vSwitch team Tue, 24 Jul 2018 15:29:17 -0700 + -- Open vSwitch team Sat, 20 Jan 2019 13:26:19 -0700 openvswitch (2.10.0-1) unstable; urgency=low From patchwork Sun Jan 20 21:29:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 1028220 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.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 43jSWp4QpRz9sCr for ; Mon, 21 Jan 2019 08:30:14 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 48A6014AA; Sun, 20 Jan 2019 21:29:41 +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 E8EAA14A2 for ; Sun, 20 Jan 2019 21:29:38 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 1ED0E224 for ; Sun, 20 Jan 2019 21:29:33 +0000 (UTC) Received: from localhost.localdomain (unknown [76.21.119.245]) (Authenticated sender: jpettit@ovn.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 3D890200005 for ; Sun, 20 Jan 2019 21:29:31 +0000 (UTC) From: Justin Pettit To: dev@openvswitch.org Date: Sun, 20 Jan 2019 13:29:28 -0800 Message-Id: <20190120212928.4141-2-jpettit@ovn.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190120212928.4141-1-jpettit@ovn.org> References: <20190120212928.4141-1-jpettit@ovn.org> 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] [PATCH 2/2] Prepare for post-2.11.0 (2.11.90). 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: Ben Pfaff --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1d47545ca333..4985dbaacfe5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Post-v2.11.0 +--------------------- + + v2.11.0 - xx xxx xxxx --------------------- - Linux datapath: diff --git a/configure.ac b/configure.ac index 8a05870a43dc..505e3d041e93 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.11.0, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.11.90, 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 c12eaa010206..f600f2e3e9b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openvswitch (2.11.90-1) unstable; urgency=low + + * New upstream version + + -- Open vSwitch team Sat, 20 Jan 2019 13:28:37 -0700 + openvswitch (2.11.0-1) unstable; urgency=low * New upstream version