From b84a0589de8ac912c130c95e2167bb77411b75e0 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Mon, 25 Jan 2010 23:09:58 -0800 Subject: [PATCH] Release Open vSwitch 0.99.1 This is an "unstable" release. --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 425676a27..88653d3cd 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 5b0b3c656..e84a3cbb6 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]) -- 2.43.0