From patchwork Thu Dec 9 15:32:02 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Numan Siddique X-Patchwork-Id: 1565813 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=smtp2.osuosl.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4J8yhb0VbYz9s5P for ; Fri, 10 Dec 2021 02:32:31 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 421FA41102; Thu, 9 Dec 2021 15:32:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e9HQCfg0WSjr; Thu, 9 Dec 2021 15:32:28 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [IPv6:2605:bc80:3010:104::8cd3:938]) by smtp2.osuosl.org (Postfix) with ESMTPS id 548EB410F4; Thu, 9 Dec 2021 15:32:27 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 15AEFC001E; Thu, 9 Dec 2021 15:32:27 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [IPv6:2605:bc80:3010::138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 48808C0012 for ; Thu, 9 Dec 2021 15:32:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 27AD385401 for ; Thu, 9 Dec 2021 15:32:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id urAWC0BfiB-L for ; Thu, 9 Dec 2021 15:32:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by smtp1.osuosl.org (Postfix) with ESMTPS id ADA25853FF for ; Thu, 9 Dec 2021 15:32:20 +0000 (UTC) Received: (Authenticated sender: numans@ovn.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 55916240006; Thu, 9 Dec 2021 15:32:16 +0000 (UTC) From: numans@ovn.org To: dev@openvswitch.org Date: Thu, 9 Dec 2021 10:32:02 -0500 Message-Id: <20211209153202.2959465-1-numans@ovn.org> X-Mailer: git-send-email 2.33.1 MIME-Version: 1.0 Subject: [ovs-dev] [PATCH ovn 1/2] Prepare for 21.12.0. 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 Signed-off-by: Numan Siddique Acked-by: Dumitru Ceara --- NEWS | 4 ++-- configure.ac | 2 +- debian/changelog | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index b2af2788e9..d725480649 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Post v21.09.0 -------------- +OVN v21.12.0 - xx xxx xxxx +-------------------------- - Set ignore_lsp_down to true as default, so that ARP responder flows are installed together with other flows when a logical switch port is created, without having to wait for the port to be UP. CMS should set it to false diff --git a/configure.ac b/configure.ac index 5a3a5987bc..48b4662f0d 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(ovn, 21.09.90, bugs@openvswitch.org) +AC_INIT(ovn, 21.12.0, 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 ed1dbe019e..ce78ddef70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ovn (21.09.90-1) unstable; urgency=low +ovn (21.12.0-1) unstable; urgency=low * New upstream version - -- OVN team Fri, 17 Sep 2021 12:00:00 -0400 + -- OVN team Thu, 09 Dec 2021 10:25:00 -0500 ovn (21.09.0-1) unstable; urgency=low