Bump up version for the 2.1.3 release v2.1.3
authorGuido Trotter <ultrotter@google.com>
Wed, 2 Jun 2010 11:13:09 +0000 (12:13 +0100)
committerGuido Trotter <ultrotter@google.com>
Thu, 3 Jun 2010 12:55:22 +0000 (13:55 +0100)
Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index da24a42..e2c4841 100644 (file)
--- 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
 ~~~~~~~~~~~~~
index a3c5d00..f7eb78b 100644 (file)
@@ -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,