Revision 1ad80d57

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.6.0 beta1
5
Version 2.6.0 beta2
6 6
-------------------
7 7

  
8
*(Released Wed, 23 Mar 2011)*
8
*(Released Mon, 11 Jun 2012)*
9 9

  
10 10
New features
11 11
~~~~~~~~~~~~
......
256 256
whether to still support Python 2.4 or move to Python 2.6 as minimum
257 257
required version.
258 258

  
259
Support for Fedora has been slightly improved; the provided example
260
init.d script should work better on it and the INSTALL file should
261
document the needed dependencies.
262

  
259 263
Internal changes
260 264
~~~~~~~~~~~~~~~~
261 265

  
......
291 295
import-export.
292 296

  
293 297

  
298
Version 2.6.0 beta1
299
-------------------
300

  
301
*(Released Wed, 23 May 2012)*
302

  
303
First beta release of 2.6. The following changes were done from beta1 to
304
beta2:
305

  
306
- integrated patch for distributions without ``start-stop-daemon``
307
- adapted example init.d script to work on Fedora
308
- fixed log handling in Haskell daemons
309
- adapted checks in the watcher for pycurl linked against libnss
310
- add partial support for ``xl`` instead of ``xm`` for Xen
311
- fixed a type issue in cluster verification
312
- fixed ssconf handling in the Haskell code (was breaking confd in IPv6
313
  clusters)
314

  
315
Plus integrated fixes from the 2.5 branch:
316

  
317
- fixed ``kvm-ifup`` to use ``/bin/bash``
318
- fixed parallel build failures
319
- KVM live migration when using a custom keymap
320

  
321

  
294 322
Version 2.5.1
295 323
-------------
296 324

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