summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-06 16:59:40 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-09-06 17:00:21 +0100
commite37277d17d9c7cbbb519e9e881d1582727b3acb2 (patch)
tree57004c3b62fe805d7b4a7213fbf65d959d8bd66f
parent5e1bbe8f891af4d86cb9dfd2f0b36fdfbbb7b2ef (diff)
downloadtelepathy-mission-control-e37277d17d9c7cbbb519e9e881d1582727b3acb2.tar.gz
-rw-r--r--NEWS10
-rw-r--r--configure.ac4
2 files changed, 11 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 74250eb9..ca626393 100644
--- a/NEWS
+++ b/NEWS
@@ -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])