summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-02-18 23:38:42 -0800
committerJustin Pettit <jpettit@nicira.com>2010-02-18 23:38:42 -0800
commit2f0a1f4277ed61e765e6e5383c07fe8fa1f067d3 (patch)
treeff1cb9e462822ab86273f67bd37d8d3169c5e64d
parent6ce6d3c928f26bacca60baf716b4b99a05a45ba7 (diff)
downloadopenvswitch-2f0a1f4277ed61e765e6e5383c07fe8fa1f067d3.tar.gz
Release Open vSwitch 0.99.2v0.99.2
This is an "unstable" release.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88653d3cd..1acda09a2 100644
--- 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)
diff --git a/configure.ac b/configure.ac
index e84a3cbb6..3656a2e4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])