Revision 20203756

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

  
4
Version 2.4.0
5
-------------
6

  
7
*(Released Mon, 07 Mar 2011)*
8

  
9
Final 2.4.0 release. Just a few small fixes:
10

  
11
- Fixed RAPI node evacuate
12
- Fixed the kvm-ifup script
13
- Fixed internal error handling for special job cases
14
- Updated man page to specify the escaping feature for options
15

  
16

  
4 17
Version 2.4.0 rc3
5 18
-----------------
6 19

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