From 1646848ff88ae3057fdc52659d72405086c54af5 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 25 Jul 2013 12:36:54 +0200 Subject: [PATCH] Update NEWS and version for Ganeti 2.7.1 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 | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ab200f4d1..90a0a7c43 100644 --- 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 ------------- diff --git a/configure.ac b/configure.ac index 28c54bc49..0131e055f 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], [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], -- GitLab