summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-08 13:24:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-08 13:24:22 +0100
commitf8a2f47b410454f77c68cbf9b59ec04ac89d7f1e (patch)
tree2f29d7d8257b4d7a35fa80fd65ad1334b24193f6
parent827a53e95c75adba77092d5bcf5a6ca901bad533 (diff)
-rw-r--r--NEWS28
-rw-r--r--configure.ac2
2 files changed, 27 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index bbda0371..7a943ff8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,31 @@
-telepathy-mission-control 5.2.6 (UNRELEASED)
+telepathy-mission-control 5.2.6 (2009-10-08)
============================================
-...
+The "Tooting Bec" release.
+
+Enhancements:
+
+* mc-wait-for-name: give up after 5 minutes and exit EX_TEMPFAIL. Also exit
+ with EX_UNAVAILABLE (instead of 1) if the session bus doesn't work, EX_USAGE
+ (instead of 1) on wrong arguments, and EX_USAGE (instead of g_critical()
+ and never terminating) if the requested bus name is not valid (smcv)
+
+Fixes:
+
+* mc_account_conditions_call_when_ready: explain why it's OK to ignore the
+ result of mc_iface_call_when_ready_int, which was a Coverity false-positive
+ (smcv)
+
+* Consider calls to be potentially-missed if they terminate for reason ERROR,
+ even if we're the actor, because that's what happens in Gabble >= 0.8.4
+ if the streaming implementation (i.e. telepathy-farsight) discovers that
+ none of the candidates work and calls Error() (smcv)
+
+* Fix a race condition in the test account-manager/make-valid.py, which
+ would sometimes incorrectly make it fail (smcv)
+
+* Add a regression test for dispatching and requests being delayed while
+ waiting for a plugin to make an asynchronous request for permission (smcv)
telepathy-mission-control 5.2.5 (2009-09-18)
============================================
diff --git a/configure.ac b/configure.ac
index c48c2f44..f2fb9042 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.5+)
+AC_INIT(telepathy-mission-control, 5.2.6)
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(Makefile.am)