From patchwork Tue Sep 27 17:16:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 675745 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (archives.nicira.com [96.126.127.54]) by ozlabs.org (Postfix) with ESMTP id 3sk6vK1PT7z9s8x for ; Wed, 28 Sep 2016 03:16:44 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 8E663102FC; Tue, 27 Sep 2016 10:16:38 -0700 (PDT) X-Original-To: dev@openvswitch.org Delivered-To: dev@openvswitch.org Received: from mx3v3.cudamail.com (mx3.cudamail.com [64.34.241.5]) by archives.nicira.com (Postfix) with ESMTPS id 70FAD102A6 for ; Tue, 27 Sep 2016 10:16:35 -0700 (PDT) Received: from bar6.cudamail.com (localhost [127.0.0.1]) by mx3v3.cudamail.com (Postfix) with ESMTPS id DFE0916100F for ; Tue, 27 Sep 2016 11:16:34 -0600 (MDT) X-ASG-Debug-ID: 1474996592-0b32373c7f1683e0001-byXFYA Received: from mx1-pf2.cudamail.com ([192.168.24.2]) by bar6.cudamail.com with ESMTP id rSvdA2USOAfAGa8u (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 27 Sep 2016 11:16:33 -0600 (MDT) X-Barracuda-Envelope-From: jpettit@ovn.org X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.2 Received: from unknown (HELO relay3-d.mail.gandi.net) (217.70.183.195) by mx1-pf2.cudamail.com with ESMTPS (DHE-RSA-AES256-SHA encrypted); 27 Sep 2016 17:16:32 -0000 Received-SPF: pass (mx1-pf2.cudamail.com: SPF record at ovn.org designates 217.70.183.195 as permitted sender) X-Barracuda-Apparent-Source-IP: 217.70.183.195 X-Barracuda-RBL-IP: 217.70.183.195 Received: from mfilter5-d.gandi.net (mfilter5-d.gandi.net [217.70.178.132]) by relay3-d.mail.gandi.net (Postfix) with ESMTP id C124DA80E5 for ; Tue, 27 Sep 2016 19:16:30 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter5-d.gandi.net Received: from relay3-d.mail.gandi.net ([IPv6:::ffff:217.70.183.195]) by mfilter5-d.gandi.net (mfilter5-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id a4n22_IHAgIM for ; Tue, 27 Sep 2016 19:16:29 +0200 (CEST) X-Originating-IP: 98.234.50.139 Received: from localhost.localdomain (unknown [98.234.50.139]) (Authenticated sender: jpettit@ovn.org) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id D5E86A80C6 for ; Tue, 27 Sep 2016 19:16:28 +0200 (CEST) X-CudaMail-Envelope-Sender: jpettit@ovn.org From: Justin Pettit To: dev@openvswitch.org X-CudaMail-Whitelist-To: dev@openvswitch.org X-CudaMail-MID: CM-E2-926050309 X-CudaMail-DTE: 092716 X-CudaMail-Originating-IP: 217.70.183.195 Date: Tue, 27 Sep 2016 10:16:25 -0700 X-ASG-Orig-Subj: [##CM-E2-926050309##][PATCH 1/2] Set release date for 2.6.0. Message-Id: <1474996586-71589-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 1.9.1 X-Barracuda-Connect: UNKNOWN[192.168.24.2] X-Barracuda-Start-Time: 1474996592 X-Barracuda-Encrypted: DHE-RSA-AES256-SHA X-Barracuda-URL: https://web.cudamail.com:443/cgi-mod/mark.cgi X-ASG-Whitelist: Header =?UTF-8?B?eFwtY3VkYW1haWxcLXdoaXRlbGlzdFwtdG8=?= X-Virus-Scanned: by bsmtpd at cudamail.com X-Barracuda-BRTS-Status: 1 Subject: [ovs-dev] [PATCH 1/2] Set release date for 2.6.0. X-BeenThere: dev@openvswitch.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dev-bounces@openvswitch.org Sender: "dev" Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- NEWS | 5 +---- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index fc5065c..d921ccf 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,4 @@ - ---------------------- - -v2.6.0 - xx xxx xxxx +v2.6.0 - 27 Sep 2016 --------------------- - First supported release of OVN. See ovn-architecture(7) for more details. diff --git a/debian/changelog b/debian/changelog index 93a1708..46e7473 100644 --- a/debian/changelog +++ b/debian/changelog @@ -122,7 +122,7 @@ openvswitch (2.6.0-1) unstable; urgency=low - Add 'mtu_request' column to the Interface table. It can be used to configure the MTU of non-internal ports. - -- Open vSwitch team Mon, 15 Aug 2016 19:53:13 -0700 + -- Open vSwitch team Tue, 27 Sep 2016 10:13:47 -0700 openvswitch (2.5.0-1) unstable; urgency=low [ Open vSwitch team ]