Revision e41bf003

b/NEWS
5 5
Version 2.7.0 rc1
6 6
-----------------
7 7

  
8
*(unreleased)*
8
*(Released Fri, 3 May 2013)*
9 9

  
10 10
Incompatible/important changes
11 11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
127 127
- Disable inter-cluster instance move for file-based instances, because
128 128
  it is dependant on instance export, which is not supported for
129 129
  file-based instances. (Issue 414)
130
- Fix gnt-job crashes on non-ascii characters (Issue 427)
131
- Fix volume group checks on non-vm-capable nodes (Issue 432)
130 132

  
131 133

  
132 134
Version 2.7.0 beta3
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [7])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~beta3])
5
m4_define([gnt_version_suffix], [~rc1])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],
8 8
                    gnt_version_major, gnt_version_minor,

Also available in: Unified diff