On Thu, Jul 25, 2013 at 1:18 PM, Guido Trotter <[email protected]> wrote:
> Release 2.7.1 with a handful of minor fixes. > > Signed-off-by: Guido Trotter <[email protected]> > --- > NEWS | 14 ++++++++++++++ > configure.ac | 2 +- > 2 files changed, 15 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index ab200f4..90a0a7c 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 28c54bc..0131e05 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], > -- > 1.7.10.4 > > LGTM, thanks. Michele -- Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
