From dcb95afb3f919e0e4e5b79d3f7e3106b974c63a0 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Tue, 19 Oct 2010 13:26:40 +0200
Subject: [PATCH] Bump version to 2.2.1, update NEWS

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 22cb17335..f39819a88 100644
--- 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
 -----------------
 
diff --git a/configure.ac b/configure.ac
index 042f8a2c3..0df9f2b72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,
-- 
GitLab