diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-18 16:41:54 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-18 16:41:54 +0100 |
commit | c4d3de868b0909272fa8bdee83f9678ae8dbc5b8 (patch) | |
tree | ce5762a16b9d6391769a19fb2395939048e432c0 | |
parent | 3420be0e786f0871898339cc80ba804bd04c0189 (diff) |
Point release 5.2.5telepathy-mission-control-5.2.5
-rw-r--r-- | NEWS | 23 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 22 insertions, 3 deletions
@@ -1,7 +1,26 @@ -telepathy-mission-control 5.2.5 (UNRELEASED) +telepathy-mission-control 5.2.5 (2009-09-18) ============================================ -... +The "Mornington Crescent" release. + +Fixes: + +* If we see too many transitions from CONNECTED to DISCONNECTED state (i.e. + we get kicked off by the server more than 3 times in 2 minutes), stop + reconnecting; also, don't reset the exponential backoff until we've been + connected for 2 minutes. This avoids reconnecting in a tight loop if the + server lets us connect, then immediately drops our connection. (smcv) + +* fd.o#23935: call AddRequest if appropriate even on clients that match only + channels with Requested=true, and use requested channels' complete + properties in preference to the properties that were requested (smcv) + +* Make signed values in .client files work instead of g_critical'ing (smcv) + +* Add MCD_CHANNEL_STATUS_ABORTED to avoid sometimes counting aborted channels + in mcd_dispatcher_get_channel_type_usage (mardy) + +* Fix some minor memory leaks (smcv) telepathy-mission-control 5.2.4 (2009-09-16) ============================================ diff --git a/configure.ac b/configure.ac index ae833878..0bfdeffe 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.4+) +AC_INIT(telepathy-mission-control, 5.2.5) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |