Revision 669afd8a

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

  
4
Version 2.5.0 beta1
4
Version 2.5.0 beta2
5 5
-------------------
6 6

  
7
*(Released Fri, 12 Aug 2011)*
7
*(unreleased)*
8 8

  
9 9
Incompatible/important changes and bugfixes
10 10
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
84 84
- ``gnt-instance info`` defaults to static information if primary node
85 85
  is offline.
86 86
- Opcodes have a new ``comment`` attribute.
87
- Added basic SPICE support to KVM hypervisor.
87 88

  
88 89
Node group improvements
89 90
~~~~~~~~~~~~~~~~~~~~~~~
......
127 128
- DRBD metadata volumes are overwritten with zeros during disk creation.
128 129

  
129 130

  
131
Version 2.5.0 beta1
132
-------------------
133

  
134
*(Released Fri, 12 Aug 2011)*
135

  
136
This was the first beta release of the 2.5 series.
137

  
138

  
130 139
Version 2.4.3
131 140
-------------
132 141

  
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], [~beta1])
5
m4_define([gnt_version_suffix], [~beta2])
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