From: Justin Pettit Date: Sun, 29 Nov 2009 19:23:32 +0000 (-0800) Subject: Updates for 0.90.6 release. X-Git-Tag: v0.90.7 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6d7356763a882cc5dbd814cafd8dacffc6544af6;p=sliver-openvswitch.git Updates for 0.90.6 release. --- 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])