diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-16 14:07:58 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-09-16 14:07:58 +0100 |
commit | 575777c8537a65ce8c5e6677f6e386fae737b57e (patch) | |
tree | 688f25548c440bfb37d6cc5d1a2ae49d994ccbdd | |
parent | b777b762d06232d850e15534897ecd0b7357375e (diff) |
Prepare point release 5.2.4telepathy-mission-control-5.2.4
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 15 insertions, 3 deletions
@@ -1,7 +1,19 @@ -telepathy-mission-control 5.2.4 (UNRELEASED) +telepathy-mission-control 5.2.4 (2009-09-16) ============================================ -??? +The "High Barnet" release. + +Fixes: + +* Deal with the user's alias in a race-free way by calling GetAliases as well + as binding to the AliasesChanged signal (smcv/mardy) + +* Fix a reference leak when recovering from a connection being cancelled before + RequestConnection has returned (smcv) + +* Stop abusing glibc internal feature-test macros (smcv) + +* Fix some race conditions in the regression tests (smcv) telepathy-mission-control 5.2.3 (2009-09-10) ============================================ diff --git a/configure.ac b/configure.ac index e1a29aeb..e07f4349 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.3+) +AC_INIT(telepathy-mission-control, 5.2.4) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |