From patchwork Tue Sep 27 17:23:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 675747 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 3sk72t4jcdz9ryk for ; Wed, 28 Sep 2016 03:23:18 +1000 (AEST) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id D25E1102F6; Tue, 27 Sep 2016 10:23:13 -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 474B8102A6 for ; Tue, 27 Sep 2016 10:23:12 -0700 (PDT) Received: from bar6.cudamail.com (localhost [127.0.0.1]) by mx3v3.cudamail.com (Postfix) with ESMTPS id CDF53161839 for ; Tue, 27 Sep 2016 11:23:11 -0600 (MDT) X-ASG-Debug-ID: 1474996989-0b32373c8116a920001-byXFYA Received: from mx1-pf1.cudamail.com ([192.168.24.1]) by bar6.cudamail.com with ESMTP id 7L7imiUGXZGkx1iM (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 27 Sep 2016 11:23:10 -0600 (MDT) X-Barracuda-Envelope-From: jpettit@ovn.org X-Barracuda-RBL-Trusted-Forwarder: 192.168.24.1 Received: from unknown (HELO relay6-d.mail.gandi.net) (217.70.183.198) by mx1-pf1.cudamail.com with ESMTPS (DHE-RSA-AES256-SHA encrypted); 27 Sep 2016 17:23:09 -0000 Received-SPF: pass (mx1-pf1.cudamail.com: SPF record at ovn.org designates 217.70.183.198 as permitted sender) X-Barracuda-Apparent-Source-IP: 217.70.183.198 X-Barracuda-RBL-IP: 217.70.183.198 Received: from mfilter9-d.gandi.net (mfilter9-d.gandi.net [217.70.178.138]) by relay6-d.mail.gandi.net (Postfix) with ESMTP id 55291FB8A3 for ; Tue, 27 Sep 2016 19:23:08 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter9-d.gandi.net Received: from relay6-d.mail.gandi.net ([IPv6:::ffff:217.70.183.198]) by mfilter9-d.gandi.net (mfilter9-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id SNLAIoQbRrAr for ; Tue, 27 Sep 2016 19:23:06 +0200 (CEST) X-Originating-IP: 98.234.50.139 Received: from localhost.localdomain (unknown [98.234.50.139]) (Authenticated sender: jpettit@ovn.org) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 671D3FB8C2 for ; Tue, 27 Sep 2016 19:23:06 +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-E1-926050750 X-CudaMail-DTE: 092716 X-CudaMail-Originating-IP: 217.70.183.198 Date: Tue, 27 Sep 2016 10:23:03 -0700 X-ASG-Orig-Subj: [##CM-E1-926050750##][branch-2.5 1/2] Set release date for 2.5.1. Message-Id: <1474996984-72224-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 1.9.1 X-Barracuda-Connect: UNKNOWN[192.168.24.1] X-Barracuda-Start-Time: 1474996990 X-Barracuda-Encrypted: ECDHE-RSA-AES256-GCM-SHA384 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] [branch-2.5 1/2] Set release date for 2.5.1. 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 | 4 ++-- debian/changelog | 13 ++++++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index c31c7ad..570b995 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -v2.5.1 - xx xxx xxxx +v2.5.1 - 27 Sep 2016 --------------------- - DPDK: * New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq @@ -7,7 +7,7 @@ v2.5.1 - xx xxx xxxx - ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because SHA-1 is no longer secure and some operating systems have started to disable it in OpenSSL. - + - Bug fixes v2.5.0 - 26 Feb 2016 --------------------- diff --git a/debian/changelog b/debian/changelog index aeb86a5..e7e9024 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,16 @@ openvswitch (2.5.1-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - - Nothing yet! - - -- Open vSwitch team Fri, 26 Feb 2016 17:23:21 -0700 + - DPDK: + * New appctl command 'dpif-netdev/pmd-rxq-show' to check the port/rxq + assignment. + * Type of log messages from PMD threads changed from INFO to DBG. + - ovs-pki: Changed message digest algorithm from SHA-1 to SHA-512 because + SHA-1 is no longer secure and some operating systems have started to + disable it in OpenSSL. + - Bug fixes + + -- Open vSwitch team Tue, 27 Sep 2016 10:18:23 -0700 openvswitch (2.5.0-1) unstable; urgency=low [ Open vSwitch team ]