diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-11 12:49:04 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-11 12:54:47 +0200 |
commit | e824493e533f7c4ea9ae9066fb29b3298d9a8aa8 (patch) | |
tree | bd5dac1111190e5670c737457dbfc5ac967a7cad | |
parent | 57d7c6360f04d8bc65320c42a5d8929fa3e3bc25 (diff) |
Prepare 5.12.1 releasetelepathy-mission-control-5.12.1
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,11 @@ -telepathy-mission-control 5.12.1 (UNRELEASED) +telepathy-mission-control 5.12.1 (2012-07-11) ============================================= Fixes: • Stop using deprecated telepathy-glib symbols. (Jonny) +• fdo#51842 - fix access to freed memory. (Xavier) +• fix existing channel dispatching after using present/delegate. (Jonny) telepathy-mission-control 5.12.0 (2012-04-02) ============================================= diff --git a/configure.ac b/configure.ac index 2bd4e337..790116b4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Set the version number to e.g. 5.x.y immediately before a release. dnl Set the version number to e.g. 5.x.y+ immediately after (this will dnl enable -Werror). -AC_INIT([telepathy-mission-control], [5.12.0+]) +AC_INIT([telepathy-mission-control], [5.12.1]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) |