From 00d01ea64a02ccbc2c13d58e4f7d7e85e5b73367 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 26 May 2010 16:36:03 +0100 Subject: Prepare version 5.4.2 --- NEWS | 15 +++++++++++++-- configure.ac | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 82278d95..a385c22e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,18 @@ -telepathy-mission-control 5.4.2 (UNRELEASED) +telepathy-mission-control 5.4.2 (2010-05-26) ============================================ -... +The "everyone loves magical re-entrancy" release. + +Fixes: + +* don't assume that data structures borrowed from a TpConnectionManager remain + valid after re-entering the main loop, which can cause a segfault on startup + (smcv) + +* fix a memory leak in Claim() (fledermaus) + +* fix a failure to check for NULL, and a couple of potential leaks, in mc-tool + (fledermaus) telepathy-mission-control 5.4.1 (2010-05-25) ============================================ diff --git a/configure.ac b/configure.ac index e3d4ff64..fbdda7c7 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.4.1+]) +AC_INIT([telepathy-mission-control], [5.4.2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) -- cgit v1.2.1