From patchwork Fri May 25 23:30:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 920814 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=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ovn.org 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 40t2Yr1QxNz9s0q for ; Sat, 26 May 2018 09:30:56 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 5281EE8E; Fri, 25 May 2018 23:30:54 +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 F1664CDA for ; Fri, 25 May 2018 23:30:52 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 41B5A180 for ; Fri, 25 May 2018 23:30:52 +0000 (UTC) Received: from sc9-mailhost3.vmware.com (unknown [66.170.99.1]) (Authenticated sender: jpettit@ovn.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 41497100010 for ; Sat, 26 May 2018 01:30:49 +0200 (CEST) From: Justin Pettit To: dev@openvswitch.org Date: Fri, 25 May 2018 16:30:36 -0700 Message-Id: <1527291037-111461-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 2.7.4 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham 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.6. 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 --- NEWS | 4 ++-- debian/changelog | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index f4046baa5a76..2a469b7df446 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -v2.7.6 - xx xxx xxxx ---------------------- +v2.7.6 - 25 May 2018 +-------------------- - Bug fixes v2.7.5 - 18 May 2018 diff --git a/debian/changelog b/debian/changelog index dbbbc644a492..2e570a3971d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,7 @@ openvswitch (2.7.6-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - -- Open vSwitch team Fri, 18 May 2018 14:10:17 -0700 + -- Open vSwitch team Fri, 25 May 2018 16:28:06 -0700 openvswitch (2.7.5-1) unstable; urgency=low [ Open vSwitch team ]