diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-06 16:59:40 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2012-09-06 17:00:21 +0100 |
commit | e37277d17d9c7cbbb519e9e881d1582727b3acb2 (patch) | |
tree | 57004c3b62fe805d7b4a7213fbf65d959d8bd66f | |
parent | 5e1bbe8f891af4d86cb9dfd2f0b36fdfbbb7b2ef (diff) |
Prepare releasetelepathy-mission-control-5.12.2
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 11 insertions, 3 deletions
@@ -1,8 +1,16 @@ -telepathy-mission-control 5.12.2 (UNRELEASED) +telepathy-mission-control 5.12.2 (2012-09-06) ============================================= +The "Parasaurolophus" release. + Fixes: +• Passwords are now deleted from gnome-keyring correctly (fd.o #42088, Simon) +• When migrating Butterfly accounts to Haze, do the migration even if Butterfly + isn't installed, and copy the password as well as the username + (Debian #686835, Simon) +• If compiled with UPower support, do not attempt to connect while going + to sleep (Guillaume) • Set up the altered-one signal for account storage backends correctly (fd.o #52231, Xavier) • If service-activated under both names o.fd.Telepathy.MissionControl5 diff --git a/configure.ac b/configure.ac index a4996019..f7700b4a 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.1+]) +AC_INIT([telepathy-mission-control], [5.12.2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(Makefile.am) @@ -46,7 +46,7 @@ AC_SUBST([MCP_API_VERSION]) # else if library source has changed since last release # increment revision MCP_LT_CURRENT=3 -MCP_LT_REVISION=1 +MCP_LT_REVISION=2 MCP_LT_AGE=3 AC_SUBST([MCP_LT_CURRENT]) AC_SUBST([MCP_LT_REVISION]) |