Also, update the NEWS file accordingly.

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

diff --git a/NEWS b/NEWS
index 35b782c..0f0b6b7 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,18 @@ News
 ====
 
 
+Version 2.8.1
+-------------
+
+*(Released Thu, 17 Oct 2013)*
+
+- Correctly start/stop luxid during gnt-cluster master-failover
+- Don't attempt IPv6 ssh in case of IPv4 cluster (Issue 595)
+- Fix path for the job queue serial file
+- Improved harep man page
+- Minor documentation improvements
+
+
 Version 2.8.0
 -------------
 
diff --git a/configure.ac b/configure.ac
index 93408f4..1aaf5e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [8])
-m4_define([gnt_version_revision], [0])
+m4_define([gnt_version_revision], [1])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
-- 
1.7.10.4

Reply via email to