From patchwork Fri Dec 4 07:21:08 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Justin Pettit X-Patchwork-Id: 552593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from archives.nicira.com (unknown [IPv6:2600:3c00::f03c:91ff:fe6e:bdf7]) by ozlabs.org (Postfix) with ESMTP id 89E0E14029E for ; Fri, 4 Dec 2015 18:22:27 +1100 (AEDT) Received: from archives.nicira.com (localhost [127.0.0.1]) by archives.nicira.com (Postfix) with ESMTP id 790C422C3B6; Thu, 3 Dec 2015 23:22:26 -0800 (PST) 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 DC96F22C3B3 for ; Thu, 3 Dec 2015 23:22:25 -0800 (PST) Received: from bar3.cudamail.com (localhost [127.0.0.1]) by mx3v3.cudamail.com (Postfix) with ESMTPS id 66966161396 for ; Fri, 4 Dec 2015 00:22:25 -0700 (MST) X-ASG-Debug-ID: 1449213722-03dd7b0fbb85e770001-byXFYA Received: from mx3-pf3.cudamail.com ([192.168.14.3]) by bar3.cudamail.com with ESMTP id y9E4oyJL0qiwSnA8 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 04 Dec 2015 00:22:02 -0700 (MST) X-Barracuda-Envelope-From: jpettit@ovn.org X-Barracuda-RBL-Trusted-Forwarder: 192.168.14.3 Received: from unknown (HELO relay4-d.mail.gandi.net) (217.70.183.196) by mx3-pf3.cudamail.com with ESMTPS (DHE-RSA-AES256-SHA encrypted); 4 Dec 2015 07:29:18 -0000 Received-SPF: pass (mx3-pf3.cudamail.com: SPF record at ovn.org designates 217.70.183.196 as permitted sender) X-Barracuda-Apparent-Source-IP: 217.70.183.196 X-Barracuda-RBL-IP: 217.70.183.196 Received: from mfilter15-d.gandi.net (mfilter15-d.gandi.net [217.70.178.143]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 86F451720A5 for ; Fri, 4 Dec 2015 08:22:00 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mfilter15-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter15-d.gandi.net (mfilter15-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id qULgLZpNbwuO for ; Fri, 4 Dec 2015 08:21:59 +0100 (CET) X-Originating-IP: 67.161.8.206 Received: from localhost.localdomain (c-67-161-8-206.hsd1.ca.comcast.net [67.161.8.206]) (Authenticated sender: jpettit@ovn.org) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id B10A617209D for ; Fri, 4 Dec 2015 08:21:58 +0100 (CET) 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-V3-1203000474 X-CudaMail-DTE: 120415 X-CudaMail-Originating-IP: 217.70.183.196 Date: Thu, 3 Dec 2015 23:21:08 -0800 X-ASG-Orig-Subj: [##CM-V3-1203000474##][PATCH 2/2] Prepare for post-2.5.0 (2.5.90). Message-Id: <1449213668-6372-2-git-send-email-jpettit@ovn.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1449213668-6372-1-git-send-email-jpettit@ovn.org> References: <1449213668-6372-1-git-send-email-jpettit@ovn.org> X-Barracuda-Connect: UNKNOWN[192.168.14.3] X-Barracuda-Start-Time: 1449213722 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 2/2] Prepare for post-2.5.0 (2.5.90). 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: Joe Stringer --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 7 +++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 71b3d33..e1f3d33 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Post-v2.5.0 +--------------------- + + v2.5.0 - xx xxx xxxx --------------------- - Dropped support for Python older than version 2.7. As a consequence, diff --git a/configure.ac b/configure.ac index 1ac3b5f..8418aea 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.63) -AC_INIT(openvswitch, 2.5.0, bugs@openvswitch.org) +AC_INIT(openvswitch, 2.5.90, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) diff --git a/debian/changelog b/debian/changelog index 42519d6..95c0a5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +openvswitch (2.5.90-1) unstable; urgency=low + [ Open vSwitch team ] + * New upstream version + - Nothing yet! Try NEWS... + + -- Open vSwitch team Thu, 03 Dec 2015 23:17:44 -0700 + openvswitch (2.5.0-1) unstable; urgency=low [ Open vSwitch team ] * New upstream version