Update the version number to 2.8.4 and insert the final details for this
release in the NEWS file, including the release date.

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

diff --git a/NEWS b/NEWS
index d55a7f6..8ce897c 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ News
 Version 2.8.4
 -------------
 
-*(unreleased)*
+*(Released Thu, 23 Jan 2014)*
 
 - Change the list separator for the usb_devices parameter from comma to space.
   Commas could not work because they are already the hypervisor option
@@ -15,6 +15,7 @@ Version 2.8.4
 - Fix RAPI network tag handling
 - Add the network tags to the tags searched by gnt-cluster search-tags
 - Fix caching bug preventing jobs from being cancelled
+- Start-master/stop-master was always failing of ConfD was disabled. (Issue 
685)
 
 
 Version 2.8.3
diff --git a/configure.ac b/configure.ac
index 248bbcb..6255d7e 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], [3])
+m4_define([gnt_version_revision], [4])
 m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
-- 
1.7.10.4

Reply via email to