[telepathy-mission-control/master] Point release 5.2.5

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Sep 18 08:41:54 PDT 2009


---
 NEWS         |   23 +++++++++++++++++++++--
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 5091338..190d9fe 100644
--- a/NEWS
+++ b/NEWS
@@ -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 ae83387..0bfdeff 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)
-- 
1.5.6.5




More information about the telepathy-commits mailing list