ofpbuf: Fix trivial spelling typo.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 156fc07..a968f4f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,8 +11,12 @@ Post-v2.5.0
        traversal into a continuation for later resumption.
      * New extension message NXT_SET_ASYNC_CONFIG2 to allow OpenFlow 1.4-like
        control over asynchronous messages in earlier versions of OpenFlow.
+     * OpenFlow 1.3 Extension 230, adding OpenFlow Bundles support, is
+       now implemented.  Only flow mod and port mod messages are supported
+       in bundles.
    - ovs-ofctl:
      * queue-get-config command now allows a queue ID to be specified.
+     * '--bundle' option can now be used with OpenFlow 1.3.
    - DPDK:
      * New option "n_rxq" for PMD interfaces.
        Old 'other_config:n-dpdk-rxqs' is no longer supported.
@@ -29,6 +33,8 @@ Post-v2.5.0
    - python:
      * Added support for Python 3.4+ in addition to existing support
        for 2.7+.
+   - SELinux:
+     * Introduced SELinux policy package.
 
 v2.5.0 - xx xxx xxxx
 ---------------------
@@ -71,7 +77,7 @@ v2.5.0 - xx xxx xxxx
    - DPDK:
      * Requires DPDK 2.2
      * Added multiqueue support to vhost-user
-
+     * Note: QEMU 2.5+ required for multiqueue support
 
 v2.4.0 - 20 Aug 2015
 ---------------------