Describing all the fixes that were added since beta2. Signed-off-by: Klaus Aehlig <[email protected]> --- NEWS | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS index d15fdae..cde1db6 100644 --- a/NEWS +++ b/NEWS @@ -2,10 +2,10 @@ News ==== -Version 2.14.0 beta2 --------------------- +Version 2.14.0 rc1 +------------------ -*(Released Thu, 26 Mar 2015)* +*(Released Wed, 29 Apr 2015)* New features ~~~~~~~~~~~~ @@ -39,6 +39,32 @@ Known issues - GlusterFS support breaks at upgrade to 2.12 - switches back to shared-file (issue #1030) +Since 2.14.0 beta2 +~~~~~~~~~~~~~~~~~~ + +The following issue has been fixed: + +- A race condition where a badly timed kill of WConfD could lead to + an incorrect configuration. + +Fixes inherited from the 2.12 branch: + +- Upgrade from old versions (2.5 and 2.6) was failing (issues 1070, 1019). +- gnt-network info outputs wrong external reservations (issue 1068) +- Refuse to demote master from master capability (issue 1023) + +Fixes inherited from the 2.13 branch: + +- bugs related to ssh-key handling of master candidate (issues 1045, 1046, 1047) + + +Version 2.14.0 beta2 +-------------------- + +*(Released Thu, 26 Mar 2015)* + +This was the second beta release in the 2.14 series. All important changes +are listed in the latest 2.14 entry. Since 2.14.0 beta1 ~~~~~~~~~~~~~~~~~~ -- 2.2.0.rc0.207.ga3a616c
