Update NEWS file about Hs2Py opcodes and constants
authorJose A. Lopes <jabolopes@google.com>
Thu, 17 Oct 2013 09:04:53 +0000 (11:04 +0200)
committerJose A. Lopes <jabolopes@google.com>
Thu, 17 Oct 2013 14:55:59 +0000 (16:55 +0200)
Add information about Haskell to Python opcode and constant
generation.

Signed-off-by: Jose A. Lopes <jabolopes@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>

NEWS

diff --git a/NEWS b/NEWS
index 91d8930..b491493 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -32,6 +32,19 @@ New features
   instances, and does not require any node placement options to be
   specified if the destination cluster has a default iallocator.
 
+Misc changes
+~~~~~~~~~~~~
+
+- Opcodes are entirely generated from Haskell using the tool 'hs2py' and
+  the module 'src/Ganeti/OpCodes.hs'.
+- Constants are also generated from Haskell using the tool
+  'hs2py-constants' and the module 'src/Ganeti/HsConstants.hs', with the
+  exception of socket related constants, which require changing the
+  cluster configuration file, and HVS related constants, because they
+  are part of a port of instance queries to Haskell.  As a result, these
+  changes will be part of the next release of Ganeti.
+
+
 Version 2.9.0 rc3
 -----------------