From 6d7356763a882cc5dbd814cafd8dacffc6544af6 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Sun, 29 Nov 2009 11:23:32 -0800 Subject: [PATCH] Updates for 0.90.6 release. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eff97aa5d..9cfa8b936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +v0.90.7 - 29 Nov 2009 +--------------------- + - Add support for NetFlow active timeouts + - Bug fixes + v0.90.6 - 6 Oct 2009 -------------------- - Bug fixes diff --git a/configure.ac b/configure.ac index edfe0f75b..45d9decb9 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.60) -AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 0.90.7, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) -- 2.43.0