Revision 27e15be0

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.6.1
6
-------------
7

  
8
*(Released Fri, 12 Oct 2012)*
9

  
10
A small bugfix release.
11

  
12
Fix double use of PRIORITY_OPT in gnt-node migrate, that would make the
13
command unusable.
14

  
15
Commands that issue many jobs don't fail anymore just because some jobs
16
take so long that other jobs are archived.
17

  
18
Failures during gnt-instance reinstall are reflected by the exit status.
19

  
20
Issue 190 fixed. Check for DRBD in cluster verify is enabled only when
21
DRBD is enabled.
22

  
23
When always_failover is set, --allow-failover is not required in migrate
24
commands anymore.
25

  
26
bash_completion works even if extglob is disabled
27

  
28
Fix bug with locks that made failover for RDB-based instances fail.
29

  
30
Fix bug in non-mirrored instance allocation that would make Ganeti
31
choose a random node instead of one based on the allocator metric.
32

  
33
Support for newer versions of pylint and pep8.
34

  
35
Hail doesn't fail anymore when trying to add an instance of type
36
'file', 'sharedfile' or 'rbd'.
37

  
38
Add new Makefile target to rebuild the whole dist, so that all files are
39
included.
40

  
41

  
5 42
Version 2.6.0
6 43
-------------
7 44

  
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [6])
4
m4_define([gnt_version_revision], [0])
4
m4_define([gnt_version_revision], [1])
5 5
m4_define([gnt_version_suffix], [])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],

Also available in: Unified diff