diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-23 13:53:43 +0200 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-07-23 13:53:43 +0200 |
commit | 56a82e1c202ace036885b4a4b04feb64b14fde99 (patch) | |
tree | 8260a1fc30a527b52499697d66847f86fec27600 | |
parent | 149a95692b98dbeb84f1ce4a6a11447e015f0598 (diff) |
Prepare 5.13.0 releasetelepathy-mission-control-5.13.0
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | configure.ac | 8 |
2 files changed, 9 insertions, 5 deletions
@@ -1,10 +1,14 @@ -telepathy-mission-control 5.13.0 (UNRELEASED) +telepathy-mission-control 5.13.0 (2012-07-23) ============================================= Fixes: • Stop using deprecated telepathy-glib symbols. (Jonny) • Invalid GValue in libaccounts storage plugin (fd.o#48646, fledermaus) +• fdo#52259 - Do not change RequestedPresence when disabling the account, + otherwise it won't reconnect when enabling it. +• fdo#52231 - Let client decide which storage provider to use when creating an + account. telepathy-mission-control 5.12.0 (2012-04-02) ============================================= diff --git a/configure.ac b/configure.ac index ab449457..1fd1f7bb 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.999+]) +AC_INIT([telepathy-mission-control], [5.13.0]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) @@ -45,9 +45,9 @@ AC_SUBST([MCP_API_VERSION]) # set revision to 0 # else if library source has changed since last release # increment revision -MCP_LT_CURRENT=3 -MCP_LT_REVISION=1 -MCP_LT_AGE=3 +MCP_LT_CURRENT=4 +MCP_LT_REVISION=0 +MCP_LT_AGE=4 AC_SUBST([MCP_LT_CURRENT]) AC_SUBST([MCP_LT_REVISION]) AC_SUBST([MCP_LT_AGE]) |