Mentioning the changes since 2.14.0 beta1. Signed-off-by: Klaus Aehlig <[email protected]> --- NEWS | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS index 2be655a..a207f0e 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,10 @@ News ==== -Version 2.14.0 beta1 +Version 2.14.0 beta2 -------------------- -*(Released Fri, 13 Feb 2015)* +*(Released Thu, 26 Mar 2015)* New features ~~~~~~~~~~~~ @@ -21,6 +21,8 @@ New features upgrades. See hbal(1) for details. - The node-allocation lock as been removed for good, thus speeding up parallel instance allocation and creation. +- The external storage interface has been extended by optional ``open`` + and ``close`` scripts. New dependencies ~~~~~~~~~~~~~~~~ @@ -30,11 +32,31 @@ New dependencies Known issues ~~~~~~~~~~~~ -This beta is known to have all issues of 2.13.0 beta1, in particular the following. +- GHC 7.8 introduced some incompatible changes, so currently Ganeti + 2.12. doesn't compile on GHC 7.8 +- Under certain conditions instance doesn't get unpaused after live + migration (issue #1050) +- GlusterFS support breaks at upgrade to 2.12 - switches back to + shared-file (issue #1030) + + +Since 2.14.0 beta1 +~~~~~~~~~~~~~~~~~~ -- Issue 1018: Cluster init (and possibly other jobs) occasionally fail to start. +The following issues have been fixed: + +- Issue 1018: Cluster init (and possibly other jobs) occasionally fail to start + +The extension of the external storage interface was not present in 2.14.0 beta1. + + +Version 2.14.0 beta1 +-------------------- + +*(Released Fri, 13 Feb 2015)* -We will move to rc1 only once these issues are fixed. +This was the first beta release of the 2.14 series. All important changes +are listed in the latest 2.14 entry. Version 2.13.0 rc1 -- 2.2.0.rc0.207.ga3a616c
