Release Ganeti 1.2.7~rc0
authorGuido Trotter <ultrotter@google.com>
Mon, 8 Dec 2008 16:24:48 +0000 (16:24 +0000)
committerGuido Trotter <ultrotter@google.com>
Mon, 8 Dec 2008 16:24:48 +0000 (16:24 +0000)
(also update the NEWS file)

Reviewed-by: iustinp

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 22e14b4..856cee8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 1.2.7
+  - Change the default reboot type in gnt-instance reboot to "hard"
+  - Reuse the old instance mac address by default on instance import,
+    if the instance name is the same.
+  - Handle situations in which the node info rpc returns incomplete results
+    (issue 46)
+  - Add checks for tcp/udp ports collisions in gnt-cluster verify
+  - Improved version of batcher:
+    - state file support
+    - instance mac address support
+  - Add an option to show the number of cpu sockets and nodes in gnt-node list
+  - Support OSes that handle more than one version of the OS api
+    (but do not change the current API in any other way)
+  - Fix gnt-node migrate
+  - Fixes various more typos&small issues
+
 Version 1.2.6
   - new --hvm-nic-type and --hvm-disk-type flags to control the type of disk
     exported to fully virtualized instances.
index e1f4f76..0dede73 100644 (file)
@@ -1,6 +1,6 @@
 # Configure script for Ganeti
 AC_PREREQ(2.59)
-AC_INIT(ganeti, 1.2.6, ganeti@googlegroups.com)
+AC_INIT(ganeti, 1.2.7~rc0, ganeti@googlegroups.com)
 AC_CONFIG_AUX_DIR(autotools)
 AC_CONFIG_SRCDIR(configure)
 AM_INIT_AUTOMAKE([foreign tar-ustar])