commit 113e0f70e50e776e43c2bd234c8cf8d1c28ed863
Merge: 665d6c0 004b239
Author: Helga Velroyen <[email protected]>
Date:   Wed Apr 29 10:00:25 2015 +0200

    Merge branch 'stable-2.14' into stable-2.15

    * stable-2.14
      Suffix bump for 2.14.0~rc1
      Update NEWS for 2.14.0~rc1
      clean up now dead code
      writeConfigAndUnlock: only unlock after config write
      ConfigLock design: change writeAndUnlock
      Distribute doc/design-file-based-disks-ownership.rst

    * stable-2.13
      Rename SSH Update evaluation function more expressively
      Using named tuple for node info in ssh file manager
      Helper functions to assert key existence for sets of nodes
      Add RetryByNumberOfTimes utility function
      Suffix bump for 2.13.0
      Update NEWS file for 2.13.0 release

    * stable-2.12
      Revision bump to 2.12.3
      Update NEWS for 2.12.3

    Conflicts:
      NEWS
      configure.ac

    Solutions:
      NEWS: keep 2.15 entries, change 2.14 from beta2 to rc1
      configure: keep version 2.15.0~alpha1

    Signed-off-by: Helga Velroyen <[email protected]>

diff --cc NEWS
index 380797b,1241b09..e9cbf16
--- a/NEWS
+++ b/NEWS
@@@ -2,41 -2,10 +2,41 @@@ New
  ====


 +Version 2.15.0 beta1
 +--------------------
 +
 +*(unreleased)*
 +
 +Incompatible/important changes
 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 +
 +- In order to improve allocation efficiency when using DRBD, the cluster
 +  metric now takes the total reserved memory into account. A consequence
 +  of this change is that the best possible cluster metric is no longer 0.
 +  htools(1) interprets minimal cluster scores to be offsets of the
theoretical
 +  lower bound, so only users interpreting the cluster score directly
should
 +  be affected.
 +
 +New features
 +~~~~~~~~~~~~
 +
 +- On dedicated clusters, hail will now favour allocations filling up
 +  nodes efficiently over balanced allocations.
 +
 +New dependencies
 +~~~~~~~~~~~~~~~~
 +
 +- The indirect dependency on Haskell package 'case-insensitive' is now
 +  explicit.
 +
 +Known issues
 +~~~~~~~~~~~~
 +
 +
- Version 2.14.0 beta2
- --------------------
+ Version 2.14.0 rc1
+ ------------------

- *(Released Thu, 26 Mar 2015)*
+ *(Released Wed, 29 Apr 2015)*

  New features
  ~~~~~~~~~~~~
diff --cc configure.ac
index 4b07b32,e4c32ea..9504922
--- a/configure.ac
+++ b/configure.ac
@@@ -1,8 -1,8 +1,9 @@@
  # Configure script for Ganeti
  m4_define([gnt_version_major], [2])
 -m4_define([gnt_version_minor], [14])
 +m4_define([gnt_version_minor], [15])
  m4_define([gnt_version_revision], [0])
 +m4_define([gnt_version_suffix], [~alpha1])
+ m4_define([gnt_version_suffix], [~rc1])
  m4_define([gnt_version_full],
            m4_format([%d.%d.%d%s],
                      gnt_version_major, gnt_version_minor,

Reply via email to