Release Open vSwitch 1.0.1 v1.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 ce5d4d4..29fcd2d 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 727c68a..ba0aa2e 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])