Revision ca6c2dcd

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

  
4
Version 2.3.0 rc1
5
-----------------
6

  
7
*(Released Fri, 19 Nov 2010)*
8

  
9
A number of bugfixes and documentation updates:
10

  
11
- Update ganeti-os-interface documentation
12
- Fixed a bug related to duplicate MACs or similar items which should be
13
  unique
14
- Fix breakage in OS state modify
15
- Reinstall instance: disallow offline secondaries (fixes bug related to
16
  OS changing but reinstall failing)
17
- plus all the other fixes between 2.2.1 and 2.2.2
18

  
19

  
4 20
Version 2.3.0 rc0
5 21
-----------------
6 22

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