NEWS: Move learning timeout changes to 1.5.0 section.
authorJustin Pettit <jpettit@nicira.com>
Fri, 1 Jun 2012 20:19:40 +0000 (13:19 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 1 Jun 2012 21:33:54 +0000 (14:33 -0700)
Changes to the default MAC learning timeout and making it configurable
were added in 1.5.0, not 1.6.0.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
NEWS

diff --git a/NEWS b/NEWS
index 99680b2..aa46c77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -53,8 +53,6 @@ v1.6.0 - xx xxx xxxx
         - Added "fin_timeout" support to "learn" action.
         - New Nicira action NXAST_CONTROLLER that offers additional features
           over output to OFPP_CONTROLLER.
-    - The default MAC learning timeout has been increased from 60 seconds
-      to 300 seconds.  The MAC learning timeout is now configurable.
     - When QoS settings for an interface do not configure a default queue
       (queue 0), Open vSwitch now uses a default configuration for that
       queue, instead of dropping all packets as in previous versions.
@@ -95,6 +93,8 @@ v1.5.0 - xx xxx xxxx
           {=}, {!=}, {<}, {>}, {<=}, and {>=}.
     - ovsdb-tool now uses the typical database and schema installation
       directories as defaults.
+    - The default MAC learning timeout has been increased from 60 seconds
+      to 300 seconds.  The MAC learning timeout is now configurable.
 
 
 v1.4.0 - 30 Jan 2012