Release Open vSwitch 1.0.0 v1.0.0
authorJustin Pettit <jpettit@nicira.com>
Sat, 15 May 2010 07:23:50 +0000 (00:23 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sat, 15 May 2010 07:31:36 +0000 (00:31 -0700)
ChangeLog
configure.ac

index e9ba255..ce5d4d4 100644 (file)
--- 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
index 1284a78..727c68a 100644 (file)
@@ -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])