Revision aff49a15

b/NEWS
5 5
Version 2.6.0 beta1
6 6
-------------------
7 7

  
8
*(unreleased)*
8
*(Released Wed, 23 Mar 2011)*
9 9

  
10 10
New features
11 11
~~~~~~~~~~~~
b/README
1
Ganeti 2.5
1
Ganeti 2.6
2 2
==========
3 3

  
4 4
For installation instructions, read the INSTALL and the doc/install.rst
b/configure.ac
1 1
# Configure script for Ganeti
2 2
m4_define([gnt_version_major], [2])
3
m4_define([gnt_version_minor], [5])
4
m4_define([gnt_version_revision], [1])
5
m4_define([gnt_version_suffix], [])
3
m4_define([gnt_version_minor], [6])
4
m4_define([gnt_version_revision], [0])
5
m4_define([gnt_version_suffix], [~beta1])
6 6
m4_define([gnt_version_full],
7 7
          m4_format([%d.%d.%d%s],
8 8
                    gnt_version_major, gnt_version_minor,
b/doc/hooks.rst
1 1
Ganeti customisation using hooks
2 2
================================
3 3

  
4
Documents Ganeti version 2.5
4
Documents Ganeti version 2.6
5 5

  
6 6
.. contents::
7 7

  
b/doc/iallocator.rst
1 1
Ganeti automatic instance allocation
2 2
====================================
3 3

  
4
Documents Ganeti version 2.5
4
Documents Ganeti version 2.6
5 5

  
6 6
.. contents::
7 7

  

Also available in: Unified diff