Officially call this code version 0.8.9~1.
authorJustin Pettit <jpettit@nicira.com>
Tue, 2 Dec 2008 05:08:43 +0000 (21:08 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 2 Dec 2008 05:08:43 +0000 (21:08 -0800)
ChangeLog
configure.ac

index 844929c..2eee0c2 100644 (file)
--- 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
index 57cd294..ca0be47 100644 (file)
@@ -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])