aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-11-29 11:23:32 -0800
committerJustin Pettit <jpettit@nicira.com>2009-11-29 11:23:32 -0800
commit6d7356763a882cc5dbd814cafd8dacffc6544af6 (patch)
tree242b0b0500606f3c2d1fc5443dae891c7e11a81c
parent0cd8a05ec036ca8f950d4d4034a80bf485581b6a (diff)
Updates for 0.90.6 release.v0.90.7
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
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])