commit 4a20859c1da690ceea9f649191a684f57dd64fa8
Merge: 3b877f0 2020375
Author: Iustin Pop <[email protected]>
Date: Mon Mar 7 14:33:48 2011 +0100
Merge branch 'stable-2.4'
* stable-2.4:
Release 2.4.0
Small improvement to the ganeti man page
Fix LUClusterRepairDiskSizes and rpc result usage
Fix RPC mismatch in blockdev_getsize[s]
RAPI: fix evacuate node resource
Fix typo in kvm-ifup script
NEWS: Replace smartquotes, start lines with uppercase
Fix LU processor's GetECId
Update NEWS and release 2.4.0 rc3
Fix potential data-loss bug in disk wipe routines
1-char comment typo fix
Expand some acronyms, add to glossary
Conflicts:
NEWS (trivial)
diff --cc NEWS
index 7901c3e,1c93868..ef31fda
--- a/NEWS
+++ b/NEWS
@@@ -1,20 -1,35 +1,49 @@@
News
====
+Version 2.5.0 beta1
+-------------------
+
+*(unreleased)*
+
+- The default of the ``/2/instances/[instance_name]/rename`` RAPI
+ resource's ``ip_check`` parameter changed from ``True`` to ``False``
+ to match the underlying LUXI interface
+- When creating file-based instances via RAPI, the ``file_driver``
+ parameter no longer defaults to ``loop`` and must be specified
+- The deprecated "bridge" nic parameter is no longer supported. Use
+ "link" instead.
+
+
+ Version 2.4.0
+ -------------
+
+ *(Released Mon, 07 Mar 2011)*
+
+ Final 2.4.0 release. Just a few small fixes:
+
+ - Fixed RAPI node evacuate
+ - Fixed the kvm-ifup script
+ - Fixed internal error handling for special job cases
+ - Updated man page to specify the escaping feature for options
+
+
+ Version 2.4.0 rc3
+ -----------------
+
+ *(Released Mon, 28 Feb 2011)*
+
+ A critical fix for the ``prealloc_wipe_disks`` feature: it is possible
+ that this feature wiped the disks of the wrong instance, leading to loss
+ of data.
+
+ Other changes:
+
+ - Fixed title of query field containing instance name
+ - Expanded the glossary in the documentation
+ - Fixed one unittest (internal issue)
+
+
Version 2.4.0 rc2
-----------------
--
iustin