From: Guido Trotter Date: Wed, 2 Jun 2010 11:13:09 +0000 (+0100) Subject: Bump up version for the 2.1.3 release X-Git-Tag: v2.1.3^0 X-Git-Url: https://code.grnet.gr/git/ganeti-local/commitdiff_plain/722702e33519805b2a5044286c71ded427be95a7 Bump up version for the 2.1.3 release Signed-off-by: Guido Trotter Reviewed-by: Iustin Pop --- diff --git a/NEWS b/NEWS index da24a42..e2c4841 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,7 @@ The node deamon now tries to mlock itself into memory, unless the its logs, and falls back to console logging. This allows emergency features such as ``gnt-node powercycle`` to work even in the event of a broken node disk (tested offlining the disk hosting the node's -filesystem and dropping its memory caches. don't try this at home) +filesystem and dropping its memory caches; don't try this at home) KVM: add vhost-net acceleration support. It can be tested with a new enough version of the kernel and of qemu-kvm. @@ -40,8 +40,8 @@ this feature, before using it, by checking for its presence in the ``features`` RAPI resource. Now with ancient latin support. Try it passing the ``--roman`` option to -``gnt-instance info, gnt-cluster info or gnt-node list`` (requires the -python-roman module to be installed, in order to work). +``gnt-instance info``, ``gnt-cluster info`` or ``gnt-node list`` +(requires the python-roman module to be installed, in order to work). Other changes ~~~~~~~~~~~~~ diff --git a/configure.ac b/configure.ac index a3c5d00..f7eb78b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # Configure script for Ganeti m4_define([gnt_version_major], [2]) m4_define([gnt_version_minor], [1]) -m4_define([gnt_version_revision], [2]) -m4_define([gnt_version_suffix], [.1]) +m4_define([gnt_version_revision], [3]) +m4_define([gnt_version_suffix], []) m4_define([gnt_version_full], m4_format([%d.%d.%d%s], gnt_version_major, gnt_version_minor,