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

Release Open vSwitch 0.99.1

This is an "unstable" release.
This commit is contained in:
Justin Pettit 2010-01-25 23:09:58 -08:00
parent 49c36903d6
commit b84a0589de
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
v0.99.1 - 25 Jan 2010
---------------------
- Add support for sFlow(R)
- Make headers compatible with C++
- Bug fixes
v0.99.0 - 14 Jan 2010
---------------------
- User-space forwarding engine

View File

@ -13,7 +13,7 @@
# limitations under the License.
AC_PREREQ(2.63)
AC_INIT(openvswitch, 0.99.0, ovs-bugs@openvswitch.org)
AC_INIT(openvswitch, 0.99.1, ovs-bugs@openvswitch.org)
NX_BUILDNR
AC_CONFIG_SRCDIR([datapath/datapath.c])
AC_CONFIG_MACRO_DIR([m4])