From d7a0849102fbc6f2ef97540012e3f7e1ca2cb5dd Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Wed, 8 Dec 2010 19:55:08 +0100
Subject: [PATCH] Update NEWS for new query infrastructure
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenΓ© Nussbaumer <rn@google.com>
---
 NEWS | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 50c0979db..0da4fde93 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,15 @@ Version 2.4.0 rc1
 *(unreleased)*
 
 - Moved ``rapi_users`` file into separate directory, now named
-  ``…/ganeti/rapi/users``
+  ``…/ganeti/rapi/users``.
+- Changed query operations to return more detailed information, e.g.
+  whether an information is unavailable due to an offline node. To use
+  this new functionality, the LUXI call ``Query`` must be used. Field
+  information is now stored by the master daemon and can be retrieved
+  using ``QueryFields``. Instances and nodes can also be queried using
+  the new opcodes ``OpQuery`` and ``OpQueryFields``.
+- Removed support for roman numbers from ``gnt-node list`` and
+  ``gnt-instance list``.
 
 
 Version 2.3.1 rc1
-- 
GitLab