From patchwork Fri Aug 21 16:01:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1349386 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=openvswitch.org (client-ip=140.211.166.133; helo=hemlock.osuosl.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 hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BY5qM5Mwkz9sR4 for ; Sat, 22 Aug 2020 02:01:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DA35F886E3; Fri, 21 Aug 2020 16:01:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eeBd9qSPhSnW; Fri, 21 Aug 2020 16:01:30 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id AD926886AD; Fri, 21 Aug 2020 16:01:30 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 95C42C0889; Fri, 21 Aug 2020 16:01:30 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id 11B99C0051 for ; Fri, 21 Aug 2020 16:01:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EEE1320554 for ; Fri, 21 Aug 2020 16:01:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BakmLa1yGl4x for ; Fri, 21 Aug 2020 16:01:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by silver.osuosl.org (Postfix) with ESMTPS id 327FC2050D for ; Fri, 21 Aug 2020 16:01:27 +0000 (UTC) Received: from nusiddiq.home.org.com (unknown [125.99.234.106]) (Authenticated sender: numans@ovn.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 4BB50240010; Fri, 21 Aug 2020 16:01:23 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Fri, 21 Aug 2020 21:31:17 +0530 Message-Id: <20200821160117.862045-1-numans@ovn.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Cc: Ilya Maximets Subject: [ovs-dev] [PATCH ovn branch-20.06 v3 2/2] Prepare for 20.06.3. X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ovs-dev-bounces@openvswitch.org Sender: "dev" From: Numan Siddique Acked-by: Dumitru Ceara Acked-by: Ilya Maximets Signed-off-by: Numan Siddique --- NEWS | 3 +++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 30b24e5ad..a70ea4c5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +OVN v20.06.3 - xx xxx xxxx +-------------------------- + OVN v20.06.2 - 21 Aug 2020 -------------------------- - ovn-controller incremental processing bug fixes. diff --git a/configure.ac b/configure.ac index 78e9f3c8c..0bf24ef50 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(ovn, 20.06.2, bugs@openvswitch.org) +AC_INIT(ovn, 20.06.3, bugs@openvswitch.org) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/changelog b/debian/changelog index e8dad5494..edf03971e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +OVN (20.06.3-1) unstable; urgency=low + + * New upstream version + + -- OVN team Wed, 21 Aug 2020 17:47:30 +0530 + OVN (20.06.2-1) unstable; urgency=low * New upstream version