From d5610c946370e55de9fd1c9ec5df659f71e44219 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 2 May 2013 12:20:09 +0200 Subject: [PATCH] Update NEWS for 2.7.0 rc1 Move the "main" 2.7 section up to rc1, and just leave the delta in beta3. Then add a new beta3 to rc1 delta. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michele Tartara <mtartara@google.com> --- NEWS | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 868ea44ec..81aedfbcb 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,10 @@ News ==== -Version 2.7.0 beta3 -------------------- +Version 2.7.0 rc1 +----------------- -*(Released Mon, 22 Apr 2013)* +*(unreleased)* Incompatible/important changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -65,7 +65,8 @@ New features ``plain`` disk template are supported. - The KVM hypervisor has been updated with many new hypervisor parameters, including a generic one for passing arbitrary command line - values. See a complete list in :manpage:`gnt-instance(8)`. + values. See a complete list in :manpage:`gnt-instance(8)`. It is now + compatible up to qemu 1.4. - A new tool, called ``mon-collector``, is the stand-alone executor of the data collectors for a monitoring system. As of this version, it just includes the DRBD data collector, that can be executed by calling @@ -109,7 +110,28 @@ Misc changes - The functionality for allocating multiple instances at once has been overhauled and is now also available through :doc:`RAPI <rapi>`. -Since beta2: + +Since beta3: + +- Fix kvm compatibility with qemu 1.4 (Issue 389) +- Documentation updates (admin guide, upgrade notes, install + instructions) (Issue 372) +- Fix gnt-group list nodes and instances count (Issue 436) +- Fix compilation without non-mandatory libraries (Issue 441) +- Fix xen-hvm hypervisor forcing nics to type 'ioemu' (Issue 247) +- Make confd logging more verbose at INFO level (Issue 435) +- Improve "networks" documentation in :manpage:`gnt-instance(8)` +- Fix failure path for instance storage type conversion (Issue 229) +- Update htools text backend documentation +- Improve the renew-crypto section of :manpage:`gnt-cluster(8)` + + +Version 2.7.0 beta3 +------------------- + +*(Released Mon, 22 Apr 2013)* + +This was the third beta release of the 2.7 series. Since beta2: - Fix hail to verify disk instance policies on a per-disk basis (Issue 418). - Fix data loss on wrong usage of ``gnt-instance move`` -- GitLab