diff mbox

[ovs-dev,2/2] Prepare for post-2.5.0 (2.5.90).

Message ID 1449213668-6372-2-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit Dec. 4, 2015, 7:21 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 NEWS             | 4 ++++
 configure.ac     | 2 +-
 debian/changelog | 7 +++++++
 3 files changed, 12 insertions(+), 1 deletion(-)

Comments

Joe Stringer Dec. 4, 2015, 7:34 a.m. UTC | #1
On 3 December 2015 at 23:21, Justin Pettit <jpettit@ovn.org> wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Joe Stringer <joe@ovn.org>
Justin Pettit Dec. 4, 2015, 7:40 a.m. UTC | #2
> On Dec 3, 2015, at 11:34 PM, Joe Stringer <joe@ovn.org> wrote:
> 
> On 3 December 2015 at 23:21, Justin Pettit <jpettit@ovn.org> wrote:
>> Signed-off-by: Justin Pettit <jpettit@ovn.org>
> 
> Acked-by: Joe Stringer <joe@ovn.org>

Thanks!  I pushed the series and created a new "branch-2.5" branch.  I'll push the revert of the NAT patch to the 2.5 in just a minutes.

--Justin
diff mbox

Patch

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 <dev@openvswitch.org>  Thu, 03 Dec 2015 23:17:44 -0700
+
 openvswitch (2.5.0-1) unstable; urgency=low
    [ Open vSwitch team ]
    * New upstream version