Revision 788529f2

b/NEWS
2 2
====
3 3

  
4 4

  
5
Version 2.7.0 rc3
6
-----------------
5
Version 2.7.0
6
-------------
7 7

  
8
*(Released Tue, 25 Jun 2013)*
8
*(Released Thu, 04 Jul 2013)*
9 9

  
10 10
Incompatible/important changes
11 11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
110 110
- The functionality for allocating multiple instances at once has been
111 111
  overhauled and is now also available through :doc:`RAPI <rapi>`.
112 112

  
113
Since rc2:
113
There are no significant changes from version 2.7.0~rc3.
114

  
115

  
116
Version 2.7.0 rc3
117
-----------------
118

  
119
*(Released Tue, 25 Jun 2013)*
114 120

  
115 121
- Fix permissions on the confd query socket (Issue 477)
116 122
- Fix permissions on the job archive dir (Issue 498)
b/configure.ac
2 2
m4_define([gnt_version_major], [2])
3 3
m4_define([gnt_version_minor], [7])
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