ofproto-dpif: Fix rule delete deadlock.
[cascardo/ovs.git] / NEWS
diff --git a/NEWS b/NEWS
index 9df7f85..35a9cd0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
-v2.0.0 - xx xxx xxxx
+v2.0.1 - 13 Dec 2013
 ---------------------
+    - Bug fixes
+
+v2.0.0 - 15 Oct 2013
+---------------------
+    - The ovs-vswitchd process is no longer single-threaded.  Multiple
+      threads are now used to handle flow set up and asynchronous
+      logging.
     - OpenFlow:
       * Experimental support for OpenFlow 1.1 (in addition to 1.2 and
         1.3, which had experimental support in 1.10).
@@ -24,8 +31,9 @@ v2.0.0 - xx xxx xxxx
       * New "ofp-parse" for printing OpenFlow messages read from a file.
     - Added configurable flow caching support to IPFIX exporter.
     - Dropped support for Linux pre-2.6.32.
-    - Log files now report times with millisecond resolution.  (Previous
-      versions only reported whole seconds.)
+    - Log file timestamps and ovsdb commit timestamps are now reported
+      with millisecond resolution.  (Previous versions only reported
+      whole seconds.)
 
 
 v1.11.0 - 28 Aug 2013