Revision 0849f36b

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

  
4
Version 2.2.0 rc1
5
-----------------
6

  
7
*(Released Mon, 23 Aug 2010)*
8

  
9
- Support DRBD versions of the format "a.b.c.d"
10
- Updated manpages
11
- Re-introduce support for usage from multiple threads in RAPI client
12
- Instance renames and modify via RAPI
13
- Work around race condition between processing and archival in job
14
  queue
15
- Mark opcodes following failed one as failed, too
16
- Job field ``lock_status`` was removed due to difficulties making it
17
  work with the changed job queue in Ganeti 2.2; a better way to monitor
18
  locks is expected for a later 2.2.x release
19
- Fixed dry-run behaviour with many commands
20
- Support ``ssh-agent`` again when adding nodes
21
- Many additional bugfixes
22

  
23

  
4 24
Version 2.2.0 rc0
5 25
-----------------
6 26

  
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [2])
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