Release version 2.7.0 v2.7.0
authorGuido Trotter <ultrotter@google.com>
Thu, 4 Jul 2013 11:35:02 +0000 (13:35 +0200)
committerGuido Trotter <ultrotter@google.com>
Thu, 4 Jul 2013 12:01:19 +0000 (14:01 +0200)
We don't have notice of anything blocking for 2.7, and it's been in
release candidate state long enough. Any future problems can be
addressed as bugfixes.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1506459..ab200f4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,10 @@ News
 ====
 
 
-Version 2.7.0 rc3
------------------
+Version 2.7.0
+-------------
 
-*(Released Tue, 25 Jun 2013)*
+*(Released Thu, 04 Jul 2013)*
 
 Incompatible/important changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -110,7 +110,13 @@ Misc changes
 - The functionality for allocating multiple instances at once has been
   overhauled and is now also available through :doc:`RAPI <rapi>`.
 
-Since rc2:
+There are no significant changes from version 2.7.0~rc3.
+
+
+Version 2.7.0 rc3
+-----------------
+
+*(Released Tue, 25 Jun 2013)*
 
 - Fix permissions on the confd query socket (Issue 477)
 - Fix permissions on the job archive dir (Issue 498)
index 3418b66..28c54bc 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [7])
 m4_define([gnt_version_revision], [0])
-m4_define([gnt_version_suffix], [~rc3])
+m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,