Revision 94b697b0

b/NEWS
1 1
News
2 2
====
3 3

  
4
Version 2.4.0 rc3
5
-----------------
6

  
7
*(Released Mon, 28 Feb 2011)*
8

  
9
A critical fix for the ``prealloc_wipe_disks`` feature: it is possible
10
that this feature wiped the disks of the wrong instance, leading to loss
11
of data.
12

  
13
Other changes:
14

  
15
- fixed title of query field containing instance name
16
- expanded the glossary in the documentation
17
- fixed one unittest (internal issue)
18

  
19

  
4 20
Version 2.4.0 rc2
5 21
-----------------
6 22

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