From 7c284ac400d8e6aefb96c00992114eae6aeba557 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Sat, 15 May 2010 00:23:50 -0700 Subject: [PATCH] Release Open vSwitch 1.0.0 --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e9ba2551a..ce5d4d4f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +v1.0.0 - 15 May 2010 +-------------------- + - Configuration database with remote management + - OpenFlow 1.0 + - GRE tunneling + - Support for XenServer 5.5 and 5.6 + - Performance and scalability improvements + - Bug fixes + v0.99.2 - 18 Feb 2010 --------------------- - Bug fixes diff --git a/configure.ac b/configure.ac index 1284a7839..727c68ad2 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 0.99.2, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 1.0.0, ovs-bugs@openvswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) -- 2.43.0