summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-16 14:07:58 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-09-16 14:07:58 +0100
commit575777c8537a65ce8c5e6677f6e386fae737b57e (patch)
tree688f25548c440bfb37d6cc5d1a2ae49d994ccbdd
parentb777b762d06232d850e15534897ecd0b7357375e (diff)
Prepare point release 5.2.4telepathy-mission-control-5.2.4
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 787c1666..32c4d3e5 100644
--- a/NEWS
+++ b/NEWS
@@ -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)