2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

Release Open vSwitch 1.0.1

This commit is contained in:
Justin Pettit 2010-05-31 22:31:07 -07:00
parent 8b75073b0c
commit b9b0865ac2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
v1.0.1 - 31 May 2010
--------------------
- New "patch" interface type
- Bug fixes
v1.0.0 - 15 May 2010 v1.0.0 - 15 May 2010
-------------------- --------------------
- Configuration database with remote management - Configuration database with remote management

View File

@ -13,7 +13,7 @@
# limitations under the License. # limitations under the License.
AC_PREREQ(2.64) 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 NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])