From: Justin Pettit Date: Tue, 2 Dec 2008 05:08:43 +0000 (-0800) Subject: Officially call this code version 0.8.9~1. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f0915312f39277a516f84567e5665e81d3d75598;p=sliver-openvswitch.git Officially call this code version 0.8.9~1. --- diff --git a/ChangeLog b/ChangeLog index 844929c51..2eee0c231 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v0.9.0 - 18 Sep 2008 +v0.8.9 - 01 Dec 2008 -------------------- - Added support for IP netmasks - Added new physical port stats @@ -7,6 +7,11 @@ v0.9.0 - 18 Sep 2008 - Added detection of link and port status changes - Added ability to configure port status from controller - Added support for vendor extensions + - Added support for variable length actions + - Added support for matching ICMP type and code + - Added support for listing and deleting flows based on output port action + - Added support for modifying VLAN priority tag + - Increased max supported ports to 65280 - More explicit handling for IP fragments - Added support for 802.1D spanning tree - Added OFPFC_MODIFY command to Flow Mod message diff --git a/configure.ac b/configure.ac index 57cd2947f..ca0be47c6 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ # derivatives without specific, written prior permission. AC_PREREQ(2.59) -AC_INIT(openflow, 0.9.0~b1, info@openflowswitch.org) +AC_INIT(openflow, 0.8.9~1, info@openflowswitch.org) NX_BUILDNR AC_CONFIG_SRCDIR([README.hwtables]) AC_CONFIG_MACRO_DIR([m4])