From d27705eaf8b13897f671e3a082beadd0b028c990 Mon Sep 17 00:00:00 2001
From: Justin Pettit <jpettit@nicira.com>
Date: Tue, 15 Oct 2013 15:36:40 -0700
Subject: [PATCH] Announce that ovs-vswitchd is now multi-threaded.

Might be worth mentioning the biggest change in 2.0.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
---
 NEWS             | 3 +++
 debian/changelog | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 368298d7f..05f60d963 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,9 @@ Post-v2.0.0
 
 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).
diff --git a/debian/changelog b/debian/changelog
index f8b4f5916..aea2b7aed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ openvswitch (2.0.90-1) unstable; urgency=low
 openvswitch (2.0.0-1) unstable; urgency=low
    [ Open vSwitch team ]
    * New upstream version
+    - 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).
-- 
2.47.0