Release Open vSwitch 1.0.1
authorJustin Pettit <jpettit@nicira.com>
Tue, 1 Jun 2010 05:31:07 +0000 (22:31 -0700)
committerJustin Pettit <jpettit@nicira.com>
Tue, 1 Jun 2010 05:31:07 +0000 (22:31 -0700)
ChangeLog
configure.ac

index ce5d4d4f0c0d062a1b3a9f7e2a380f5b97ce567a..29fcd2d8c6c2caa2128dce50f48ccf1496adaf63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+v1.0.1 - 31 May 2010
+--------------------
+    - New "patch" interface type
+    - Bug fixes
+
 v1.0.0 - 15 May 2010
 --------------------
     - Configuration database with remote management
index 727c68ad291209e3db87593f9bf02ddbaa814766..ba0aa2e9c627e70f12d66eeed6a18e16c8748552 100644 (file)
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.64)
-AC_INIT(openvswitch, 1.0.0, ovs-bugs@openvswitch.org)
+AC_INIT(openvswitch, 1.0.1, ovs-bugs@openvswitch.org)
 NX_BUILDNR
 AC_CONFIG_SRCDIR([datapath/datapath.c])
 AC_CONFIG_MACRO_DIR([m4])