From patchwork Fri Feb 14 00:31:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pfaff X-Patchwork-Id: 1237828 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.138; helo=whitealder.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 whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48JZ7s3p5Nz9sRQ for ; Fri, 14 Feb 2020 11:31:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2AE90875CA; Fri, 14 Feb 2020 00:31:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PfWWBzVxC-aa; Fri, 14 Feb 2020 00:31:49 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id E5816875D6; Fri, 14 Feb 2020 00:31:49 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id DCED9C07FE; Fri, 14 Feb 2020 00:31:49 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@lists.linuxfoundation.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id CFD5DC0177 for ; Fri, 14 Feb 2020 00:31:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CC90A875C7 for ; Fri, 14 Feb 2020 00:31:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EQZzoU0V7WmA for ; Fri, 14 Feb 2020 00:31:42 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 74F33875C0 for ; Fri, 14 Feb 2020 00:31:42 +0000 (UTC) X-Originating-IP: 66.170.99.95 Received: from localhost.localdomain (unknown [66.170.99.95]) (Authenticated sender: blp@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id A7EE2E0002; Fri, 14 Feb 2020 00:31:38 +0000 (UTC) From: Ben Pfaff To: dev@openvswitch.org Date: Thu, 13 Feb 2020 16:31:30 -0800 Message-Id: <20200214003131.3643810-1-blp@ovn.org> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Cc: Ben Pfaff Subject: [ovs-dev] [PATCH branch-2.13 1/2] Set release date for 2.13.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" The "Valentine's Day" release. There was some incorrect stuff with version numbers in this branch (probably because I did it and not Justin) so this fixes it. Signed-off-by: Ben Pfaff Acked-by: Flavio Leitner --- NEWS | 6 +----- configure.ac | 2 +- debian/changelog | 10 ++-------- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/NEWS b/NEWS index 100cb22d568d..dab94e924dc6 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,4 @@ -Post-v2.13.0 ---------------------- - - -v2.13.0 - xx xxx xxxx +v2.13.0 - 14 Feb 2020 --------------------- - OVN: * OVN has been removed from this repository. It now exists as a diff --git a/configure.ac b/configure.ac index 1877aae561d8..92b52f67127e 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.13.90, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.13.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 4ec058d99e28..8e075bc98b72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,8 @@ -openvswitch (2.13.90-1) unstable; urgency=low - - * New upstream version - - -- Open vSwitch team Tue, 21 Jan 2020 12:44:30 -0700 - openvswitch (2.13.0-1) unstable; urgency=low - + [ Open vSwitch team] * New upstream version - -- Open vSwitch team Tue, 21 Jan 2020 12:24:09 -0700 + -- Open vSwitch team Fri, 14 Feb 2020 12:00:00 -0700 openvswitch (2.12.0-1) unstable; urgency=low [ Open vSwitch team ]