Update NEWS and version for Ganeti 2.7.1 v2.7.1
authorGuido Trotter <ultrotter@google.com>
Thu, 25 Jul 2013 10:36:54 +0000 (12:36 +0200)
committerGuido Trotter <ultrotter@google.com>
Thu, 25 Jul 2013 11:48:09 +0000 (13:48 +0200)
Release 2.7.1 with a handful of minor fixes.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index ab200f4..90a0a7c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,20 @@ News
 ====
 
 
+Version 2.7.1
+-------------
+
+*(Released Thu, 25 Jul 2013)*
+
+- Add logrotate functionality in daemon-util
+- Add logrotate example file
+- Add missing fields to network queries over rapi
+- Fix network object timestamps
+- Add support for querying network timestamps
+- Fix a typo in the example crontab
+- Fix a documentation typo
+
+
 Version 2.7.0
 -------------
 
index 28c54bc..0131e05 100644 (file)
@@ -1,7 +1,7 @@
 # Configure script for Ganeti
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [7])
-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],