[telepathy-mission-control/master] Prepare stable release 5.2.2

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Sep 7 10:19:36 PDT 2009


---
 NEWS         |   28 ++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 29 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 8cf92a6..db4f700 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+telepathy-mission-control 5.2.2 (2009-09-07)
+============================================
+
+The "St. Pancreas" release.
+
+Enhancements:
+
+* Better debug output under various circumstances, including outputting the
+  version number on startup (smcv)
+
+* Add the concept of always-on accounts, which can't be disabled or otherwise
+  put offline (smcv)
+
+* Try to set initial presence before calling Connect (smcv)
+
+Fixes:
+
+* fd.o #23778: make sure account details (including passwords) are stored in
+  directories readable only by the user. Distributions wanting this fix
+  without any other changes should cherry-pick git commits 16c55625,
+  2a42ac03, c16f40ec and 3558c3b2 (smcv)
+
+* Replace deprecated g_strcasecmp with g_ascii_strcasecmp (Jonh Wendell)
+
+* Don't close old-style Tubes channels if they can't be dispatched, since
+  that closes the new-style StreamTube/DBusTube channels that everyone
+  should be using, as a side-effect (smcv)
+
 telepathy-mission-control 5.2.1 (2009-08-26)
 ============================================
 
diff --git a/configure.ac b/configure.ac
index bc8eb1c..632bad1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 dnl Set the version number to e.g. 5.0.beta42 immediately before a release.
 dnl Set the version number to e.g. 5.0.beta42+ immediately after (this will
 dnl enable -Werror).
-AC_INIT(telepathy-mission-control, 5.2.1+)
+AC_INIT(telepathy-mission-control, 5.2.2)
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(Makefile.am)
-- 
1.5.6.5



More information about the telepathy-commits mailing list