summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 16:36:03 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 16:36:03 +0100
commit00d01ea64a02ccbc2c13d58e4f7d7e85e5b73367 (patch)
tree09052fb31d6375c714cf7de1de2a30d0dec49866
parentd708686824f2ba70cf7c867752e9e52cb95f461b (diff)
downloadtelepathy-mission-control-00d01ea64a02ccbc2c13d58e4f7d7e85e5b73367.tar.gz
Prepare version 5.4.2telepathy-mission-control-5.4.2
-rw-r--r--NEWS15
-rw-r--r--configure.ac2
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)