Revision f3a4b10e

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.8.0 rc3
6
-----------------
7

  
8
*(Released Tue, 17 Sep 2013)*
5
Version 2.8.0
6
-------------
9 7

  
8
*(Released Mon, 17 Sep 2013)*
10 9

  
11 10
Incompatible/important changes
12 11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
96 95
- The minimum Python version needed to run Ganeti is now 2.6.
97 96
- ``yaml`` library (only for running the QA).
98 97

  
99
Since 2.8.0 rc2
98
Since 2.8.0 rc3
100 99
~~~~~~~~~~~~~~~
100
- Perform proper cleanup on termination of Haskell daemons
101
- Fix corner-case in handling of remaining retry time
102

  
103

  
104
Version 2.8.0 rc3
105
-----------------
106

  
107
*(Released Tue, 17 Sep 2013)*
101 108

  
102 109
- To simplify the work of packaging frameworks that want to add the needed users
103 110
  and groups in a split-user setup themselves, at build time three files in
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [8])
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