Revision 1d4c743d

b/NEWS
4 4
Version 2.1.5
5 5
-------------
6 6

  
7
*(Unreleased)*
7
*(Released Thu, 01 Jul 2010)*
8 8

  
9 9
A small bugfix release:
10 10
  - Fix disk adoption: broken by strict --disk option checking in 2.1.4
11 11
  - Fix batch-create: broken in the whole 2.1 series due to a lookup on
12 12
    a non-existing option
13 13
  - Fix instance create: the --force-variant option was ignored
14
  - Fix pylint 0.21 compatibility and warnings with python 2.6
15
  - Fix modify node storage with non-fqdn arguments
14
  - Improve pylint 0.21 compatibility and warnings with Python 2.6
15
  - Fix modify node storage with non-FQDN arguments
16
  - Fix RAPI client to authenticate under Python 2.6 when used
17
    for more than 5 requests needing authentication
18
  - Fix gnt-instance modify -t (storage) giving a wrong error message
19
    when converting a non-shutdown drbd instance to plain
16 20

  
17 21
Version 2.1.4
18 22
-------------
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [1])
4
m4_define([gnt_version_revision], [4])
4
m4_define([gnt_version_revision], [5])
5 5
m4_define([gnt_version_suffix], [])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],

Also available in: Unified diff