From patchwork Tue Sep 26 06:32:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 818470 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=) 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 3y1WNY4YJ1z9s76 for ; Tue, 26 Sep 2017 16:32:59 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id C751BAB9; Tue, 26 Sep 2017 06:32:55 +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 773139F8 for ; Tue, 26 Sep 2017 06:32:54 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id DC9FFD3 for ; Tue, 26 Sep 2017 06:32:53 +0000 (UTC) X-Originating-IP: 98.234.50.139 Received: from localhost.localdomain (unknown [98.234.50.139]) (Authenticated sender: jpettit@ovn.org) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 2E0A441C088 for ; Tue, 26 Sep 2017 08:32:51 +0200 (CEST) From: Justin Pettit To: dev@openvswitch.org Date: Mon, 25 Sep 2017 23:32:49 -0700 Message-Id: <1506407570-88296-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW autolearn=disabled 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.7 1/2] Set release date for 2.7.3. 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 Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- NEWS | 4 ++-- debian/changelog | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 3ceb55f4c623..2a8cc734ae4d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ -v2.7.3 - xx xxx xxxx +v2.7.3 - 26 Sep 2017 --------------------- - + - Bug fixes v2.7.2 - 18 Jul 2017 --------------------- diff --git a/debian/changelog b/debian/changelog index 1d0236faac15..5506d7e98fc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,8 @@ openvswitch (2.7.3-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - - Nothing yet! - -- Open vSwitch team Tue, 18 Jul 2017 16:28:43 -0700 + -- Open vSwitch team Tue, 25 Sep 2017 00:12:13 -0700 openvswitch (2.7.2-1) unstable; urgency=low [ Open vSwitch team ]