Release Open vSwitch 0.99.2 v0.99.2
authorJustin Pettit <jpettit@nicira.com>
Fri, 19 Feb 2010 07:38:42 +0000 (23:38 -0800)
committerJustin Pettit <jpettit@nicira.com>
Fri, 19 Feb 2010 07:38:42 +0000 (23:38 -0800)
This is an "unstable" release.

ChangeLog
configure.ac

index 88653d3..1acda09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+v0.99.2 - 18 Feb 2010
+---------------------
+    - Bug fixes
+
 v0.99.1 - 25 Jan 2010
 ---------------------
     - Add support for sFlow(R)
index e84a3cb..3656a2e 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])