Revision 7cbdc2a2

b/NEWS
5 5
Version 2.5.0 rc5
6 6
-----------------
7 7

  
8
*(unreleased)*
9

  
10
Improvements and bugfixes
11
~~~~~~~~~~~~~~~~~~~~~~~~~
12

  
13
- Support for kvm version 1.0, that changed the version reporting format
14
  (from 3 to 2 digits).
15

  
16

  
17
Version 2.5.0 rc4
18
-----------------
19

  
20
*(Released Thu, 27 Oct 2011)*
8
*(Released Mon, 9 Jan 2012)*
21 9

  
22 10
Incompatible/important changes and bugfixes
23 11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
51 39
- :doc:`New iallocator modes <design-multi-reloc>` have been added to
52 40
  support operations involving multiple node groups.
53 41
- Offline nodes are ignored when failing over an instance.
42
- Support for KVM version 1.0, which changed the version reporting format
43
  from 3 to 2 digits.
44
- Includes all bugfixes made in the 2.4 series
54 45

  
55 46
New features
56 47
~~~~~~~~~~~~
......
144 135
- DRBD metadata volumes are overwritten with zeros during disk creation.
145 136

  
146 137

  
138
Version 2.5.0 rc4
139
-----------------
140

  
141
*(Released Thu, 27 Oct 2011)*
142

  
143
This was the fourth release candidate of the 2.5 series.
144

  
145

  
147 146
Version 2.5.0 rc3
148 147
-----------------
149 148

  
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [5])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~rc4])
5
m4_define([gnt_version_suffix], [~rc5])
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