From patchwork Mon Dec 7 13:57:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1412045 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 4CqPyS408Xz9s1l for ; Tue, 8 Dec 2020 00:57:34 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 92124878AA; Mon, 7 Dec 2020 13:57:25 +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 bABSxYjQph2B; Mon, 7 Dec 2020 13:57:23 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 2A57187886; Mon, 7 Dec 2020 13:57:23 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 0FFC2C0893; Mon, 7 Dec 2020 13:57:23 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id 80E32C013B for ; Mon, 7 Dec 2020 13:57:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6C48586F0C for ; Mon, 7 Dec 2020 13:57:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fU4AYcv1IFr5 for ; Mon, 7 Dec 2020 13:57:19 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5C90C86CBF for ; Mon, 7 Dec 2020 13:57:19 +0000 (UTC) X-Originating-IP: 115.99.212.179 Received: from nusiddiq.home.org.com (unknown [115.99.212.179]) (Authenticated sender: numans@ovn.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 61344240014; Mon, 7 Dec 2020 13:57:14 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Mon, 7 Dec 2020 19:27:10 +0530 Message-Id: <20201207135710.1249224-1-numans@ovn.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn] Prepare for post-20.12.0 (20.12.90). 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 Branch for 20.12 is already created. We need to change the version in configure.ac. Signed-off-by: Numan Siddique --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 08639401f8..cac6cf306d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Post-v20.12.0 +--------------------- + + Post-v20.09.0 --------------------- - The "datapath" argument to ovn-trace is now optional, since the diff --git a/configure.ac b/configure.ac index 0b17f05b9c..b2d084318c 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(ovn, 20.09.90, bugs@openvswitch.org) +AC_INIT(ovn, 20.12.90, 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 c337e7c6af..f2dbc6b4b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +OVN (20.12.90-1) unstable; urgency=low + + * New upstream version + + -- OVN team Mon, 12 Dec 2020 19:12:30 +0530 + ovn (20.09.90-1) unstable; urgency=low * New upstream version