Revision e5823b7e

b/NEWS
1
Version 2.0.5
2
  - Fix security issue due to missing validation of iallocator names;
3
    this allows local and remote execution of arbitrary executables
4
  - Fix failure of gnt-node list during instance removal
5
  - Ship the RAPI documentation in the archive
6

  
1 7
Version 2.0.4
2 8
  - Fixed many wrong messages
3 9
  - Fixed a few bugs related to the locking library
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [0])
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