diff options
author | Justin Pettit <jpettit@nicira.com> | 2010-05-31 22:31:07 -0700 |
---|---|---|
committer | Justin Pettit <jpettit@nicira.com> | 2010-05-31 22:31:07 -0700 |
commit | b9b0865ac2b92e3aa0db70bccbddb3b943f7ea20 (patch) | |
tree | 3ecae30522694d9a2176f77dc043a9e93e51c184 | |
parent | 8b75073b0c677f66a1621a67a0df9e6f55309ea9 (diff) | |
download | openvswitch-1.0.1.tar.gz |
Release Open vSwitch 1.0.1v1.0.1
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 727c68ad2..ba0aa2e9c 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |