aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2010-01-25 23:09:58 -0800
committerJustin Pettit <jpettit@nicira.com>2010-01-25 23:09:58 -0800
commitb84a0589de8ac912c130c95e2167bb77411b75e0 (patch)
tree72edcf115e890b1c0fdfedb8156a37848fe4998b
parent49c36903d6d65bed96cba31f05534510a21a68d7 (diff)
Release Open vSwitch 0.99.1v0.99.1
This is an "unstable" release.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 425676a2..88653d3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+v0.99.1 - 25 Jan 2010
+---------------------
+ - Add support for sFlow(R)
+ - Make headers compatible with C++
+ - Bug fixes
+
v0.99.0 - 14 Jan 2010
---------------------
- User-space forwarding engine
diff --git a/configure.ac b/configure.ac
index 5b0b3c65..e84a3cbb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
-AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])