From patchwork Tue Feb 21 22:42:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 730821 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.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 3vSb9f3TsYz9s4s for ; Wed, 22 Feb 2017 09:42:46 +1100 (AEDT) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id DCD1AB7B; Tue, 21 Feb 2017 22:42:43 +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 7A06C3EE for ; Tue, 21 Feb 2017 22:42:42 +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 A6A8A90 for ; Tue, 21 Feb 2017 22:42:41 +0000 (UTC) Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 3130F41C080 for ; Tue, 21 Feb 2017 23:42:40 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter15-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id 1hPzJbKAe2Vn for ; Tue, 21 Feb 2017 23:42:38 +0100 (CET) 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 34B7541C04C for ; Tue, 21 Feb 2017 23:42:37 +0100 (CET) From: Justin Pettit To: dev@openvswitch.org Date: Tue, 21 Feb 2017 14:42:35 -0800 Message-Id: <1487716956-119025-1-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 1.9.1 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW 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.5 1/2] Set release date for 2.5.2. 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 | 3 ++- debian/changelog | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 27c15af..7c697db 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ -v2.5.2 - xx xxx xxxx +v2.5.2 - 21 Feb 2017 --------------------- - ovs-ctl: * Added the ability to selectively start the forwarding and database functions (ovs-vswitchd and ovsdb-server, respectively). - Fedora packaging: * A package upgrade does not automatically restart OVS service. + - Bug fixes v2.5.1 - 27 Sep 2016 --------------------- diff --git a/debian/changelog b/debian/changelog index 7d08587..c5223a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ openvswitch (2.5.2-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version - - Nothing yet! + - ovs-ctl: + * Added the ability to selectively start the forwarding and database + functions (ovs-vswitchd and ovsdb-server, respectively). + - Fedora packaging: + * A package upgrade does not automatically restart OVS service. + - Bug fixes - -- Open vSwitch team Tue, 27 Sep 2016 10:21:47 -0700 + -- Open vSwitch team Tue, 21 Feb 2017 14:36:44 -0700 openvswitch (2.5.1-1) unstable; urgency=low [ Open vSwitch team ]