[telepathy-mission-control/master] Prepare 5.2.6
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Oct 8 05:24:22 PDT 2009
---
NEWS | 28 ++++++++++++++++++++++++++--
configure.ac | 2 +-
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index bbda037..7a943ff 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 c48c2f4..f2fb904 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)
--
1.5.6.5
More information about the telepathy-commits
mailing list