Bump version to 2.2.1, update NEWS v2.2.1
authorMichael Hanselmann <hansmi@google.com>
Tue, 19 Oct 2010 11:26:40 +0000 (13:26 +0200)
committerMichael Hanselmann <hansmi@google.com>
Tue, 19 Oct 2010 11:29:57 +0000 (13:29 +0200)
Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 22cb173..f39819a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 News
 ====
 
+Version 2.2.1
+-------------
+
+*(Released Tue, 19 Oct 2010)*
+
+- Disable SSL session ID cache in RPC client
+
+
 Version 2.2.1 rc1
 -----------------
 
@@ -14,6 +22,7 @@ Version 2.2.1 rc1
 - Improve our release script to prevent breakage with older aclocal and
   Python 2.6
 
+
 Version 2.2.1 rc0
 -----------------
 
index 042f8a2..0df9f2b 100644 (file)
@@ -2,7 +2,7 @@
 m4_define([gnt_version_major], [2])
 m4_define([gnt_version_minor], [2])
 m4_define([gnt_version_revision], [1])
-m4_define([gnt_version_suffix], [~rc1])
+m4_define([gnt_version_suffix], [])
 m4_define([gnt_version_full],
           m4_format([%d.%d.%d%s],
                     gnt_version_major, gnt_version_minor,