diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-07 18:19:36 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-07 18:19:36 +0100 |
commit | 05f9b2510a67db7d8cd660d7764404e0e3101847 (patch) | |
tree | 6731c7b835c8e5a812ca4478e3ad0c01c4ecbf1d | |
parent | d5dc73bd8ccbbb6e8b0f19b8ff21939bd948422e (diff) |
Prepare stable release 5.2.2telepathy-mission-control-5.2.2
-rw-r--r-- | NEWS | 28 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 29 insertions, 1 deletions
@@ -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 bc8eb1c2..632bad18 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) |