aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-10-06 14:25:36 -0700
committerJustin Pettit <jpettit@nicira.com>2009-10-06 14:25:36 -0700
commitef5925df6af03cf47a4931539016715f6ac3f661 (patch)
tree237b4113dab2b7e90951867328936df0609ae8b0
parent2b71f0116078b38b2bee0538b4633e19996badfe (diff)
Prepare for v0.90.6 release.v0.90.6
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f2f56a34c..eff97aa5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v0.90.6 - 6 Oct 2009
+--------------------
+ - Bug fixes
+
v0.90.5 - 21 Sep 2009
---------------------
- Generalize in-band control to more diverse network setups
diff --git a/configure.ac b/configure.ac
index 41ff7bea8..edfe0f75b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.60)
-AC_INIT(openvswitch, 0.90.5, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])