Update NEWS file
authorKlaus Aehlig <aehlig@google.com>
Thu, 23 Jan 2014 15:40:02 +0000 (16:40 +0100)
committerKlaus Aehlig <aehlig@google.com>
Thu, 23 Jan 2014 16:20:56 +0000 (17:20 +0100)
With the merge of stable-2.8 into stable-2.9, quite a few fixes
got inherited.

Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Petr Pudlak <pudlak@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 26827e0..d9c529d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,18 @@ Version 2.9.3
 - Correctly recognise the role as master node (Issue 687)
 - configure: allow detection of Sphinx 1.2+ (Issue 502)
 
+Inherited from the 2.8 branch:
+
+- Change the list separator for the usb_devices parameter from comma to space.
+  Commas could not work because they are already the hypervisor option
+  separator (Issue 649)
+- Add support for blktap2 file-driver (Issue 638)
+- Add network tag definitions to the haskell codebase (Issue 641)
+- Fix RAPI network tag handling
+- Add the network tags to the tags searched by gnt-cluster search-tags
+- Fix caching bug preventing jobs from being cancelled
+- Start-master/stop-master was always failing if ConfD was disabled. (Issue 685)
+
 
 Version 2.9.2
 -------------