Revision f06d91f2

b/NEWS
1
Version 2.0 release candidate 2
2
  - Now the cfgupgrade scripts works and can upgrade 1.2.7 clusters to
3
    2.0
4
  - Fix watcher startup sequence, improves the behaviour of busy
5
    clusters
6
  - Some other fixes in cluster verify, replace-disks, gnt-instance add,
7
    gnt-cluster queue, KVM VNC bind address and other places
8
  - Some documentation fixes and updates
9

  
1 10
Version 2.0 release candidate 1
2 11
  - More documentation updates, now all docs should be more-or-less
3 12
    up-to-date
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [0])
4 4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~rc1])
5
m4_define([gnt_version_suffix], [~rc2])
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