Release Open vSwitch 0.99.0. v0.99.0
authorJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 07:24:09 +0000 (23:24 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 15 Jan 2010 07:24:09 +0000 (23:24 -0800)
This is an "unstable" release.

ChangeLog
configure.ac

index eff97aa..425676a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+v0.99.0 - 14 Jan 2010
+---------------------
+    - User-space forwarding engine
+    - Bug fixes
+
 v0.90.6 - 6 Oct 2009
 --------------------
     - Bug fixes
index 300b21e..1e56c46 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.90.6, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])