From patchwork Mon Aug 20 20:01:59 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 959945 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 41vPrb40Dyz9s78 for ; Tue, 21 Aug 2018 06:03:43 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 138A8E04; Mon, 20 Aug 2018 20:03:20 +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 B188FAF3 for ; Mon, 20 Aug 2018 20:03:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4CE11773 for ; Mon, 20 Aug 2018 20:03:14 +0000 (UTC) X-Originating-IP: 66.170.99.2 Received: from localhost.localdomain (unknown [66.170.99.2]) (Authenticated sender: jpettit@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id E5D15E0008 for ; Mon, 20 Aug 2018 20:03:12 +0000 (UTC) From: Justin Pettit To: dev@openvswitch.org Date: Mon, 20 Aug 2018 13:01:59 -0700 Message-Id: <20180820200200.104523-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] [branch-2.10 1/2] Revert "Prepare for 2.10.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 There are a couple more patches that we'd like to apply as part of 2.10.0. This reverts commit c491d2d095756bd3499b1061adce0deeba55ffdd. Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- NEWS | 4 ---- configure.ac | 2 +- debian/changelog | 6 ------ 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 04de80781dc4..8e21180537db 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,3 @@ -v2.10.1 - xx xxx xxxx ---------------------- - - v2.10.0 - 18 Aug 2018 --------------------- - ovs-vswitchd and utilities now support DNS names in OpenFlow and diff --git a/configure.ac b/configure.ac index 5dbc0311afdf..e3daf335e264 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.10.1, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.10.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 0dce5c547729..ce7ac516a52d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,3 @@ -openvswitch (2.10.1-1) unstable; urgency=low - - * New upstream version - - -- Open vSwitch team Sat, 18 Aug 2018 10:38:23 -0700 - openvswitch (2.10.0-1) unstable; urgency=low * New upstream version