summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-08 10:36:49 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-08-08 10:36:49 +0100
commita3cb554fd61cd91aec453052356570602e802475 (patch)
treeba002d3ff2e4a5598dafcbddcc5c7b13c5824a7d /NEWS
parentaf504f1f7db73c71e35f3c3701bfe9e428d02b72 (diff)
parent09c0b67148873c65d36afd322712a8a6db7eb7a5 (diff)
downloadtelepathy-mission-control-a3cb554fd61cd91aec453052356570602e802475.tar.gz
Merge branch 'telepathy-mission-control-5.12'
Conflicts: NEWS configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f8175dc6..9f978010 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,16 @@ Changes:
NewChannels signal, behave as if it had announced each channel
separately. Simplify things that previously had to cope with
multiple channels at a time. (fd.o #52305, Simon)
+• Improve mc-tool: display Account.Storage settings, add "dump" subcommand
+ (fd.o #53202, Guillaume)
+
+Fixes:
+
+• 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
+ and o.fd.Telepathy.AccountManager simultaneously, avoid one or both
+ failing to activate due to a race condition (fd.o #53220, Simon)
telepathy-mission-control 5.13.0 (2012-07-23)
=============================================
@@ -25,6 +35,8 @@ Changes:
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)
• 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.