Also, update the NEWS file accordingly.

Signed-off-by: Michele Tartara <[email protected]>
---
 NEWS         | 17 ++++++++++++-----
 configure.ac |  2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 96c95ee..75ae78f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,11 +2,10 @@ News
 ====
 
 
-Version 2.8.0 rc3
------------------
-
-*(Released Tue, 17 Sep 2013)*
+Version 2.8.0
+-------------
 
+*(Released Mon, 17 Sep 2013)*
 
 Incompatible/important changes
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -96,8 +95,16 @@ For Python:
 - The minimum Python version needed to run Ganeti is now 2.6.
 - ``yaml`` library (only for running the QA).
 
-Since 2.8.0 rc2
+Since 2.8.0 rc3
 ~~~~~~~~~~~~~~~
+- Perform proper cleanup on termination of Haskell daemons
+- Fix corner-case in handling of remaining retry time
+
+
+Version 2.8.0 rc3
+-----------------
+
+*(Released Tue, 17 Sep 2013)*
 
 - To simplify the work of packaging frameworks that want to add the needed 
users
   and groups in a split-user setup themselves, at build time three files in
diff --git a/configure.ac b/configure.ac
index 4c095ad..93408f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [8])
 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,
-- 
1.8.4

Reply via email to