xenserver: Fix iteration of dictionary.
[openvswitch] / NEWS
diff --git a/NEWS b/NEWS
index fde19f00d4d040d38caeaa683a0e97969c48d907..a9cb1af9e064cd977dab3b6646824a2d53343bac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ post-v1.5.0
       table, with configurable policy for evicting flows upon
       overflow.  See the Flow_Table table in ovs-vswitch.conf.db(5)
       for more information.
+    - New "enable-async-messages" column in the Controller table.  If set to
+      false, OpenFlow connections to the controller will initially have all
+      asynchronous messages disabled, overriding normal OpenFlow behavior.
     - ofproto-provider interface:
         - "struct rule" has a new member "used" that ofproto implementations
           should maintain by updating with ofproto_rule_update_used().