summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 18:53:01 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-02 18:53:01 +0100
commita724ac50df046f472036762b977841ca9e6d895c (patch)
tree21b0e3f429a16f79f47f1e13440cc3c9c92e37c3 /NEWS
parent72ad97c5ec8fdfe4cf945bc649445da9c72db86d (diff)
parentf1de10a0f71638da502a77cae189b5fa6a047be6 (diff)
Merge branch 'telepathy-mission-control-5.16'
Conflicts: NEWS configure.ac
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS45
1 files changed, 43 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fbfece95..7defe4e2 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,48 @@ Incompatible changes:
from a user dialling 911 on a phone keypad) still get special treatment:
request policy plugins are bypassed for these requests.
+telepathy-mission-control 5.16.0 (2013-10-02)
+=============================================
+
+The “all these little strings” release.
+
+This is a new stable branch, recommended for use with GNOME 3.10.
+
+Fixes since 5.15.1:
+
+• If a connection manager that stores avatars on the server is slow to
+ discover whether we have a server-stored avatar, don't overwrite it
+ with an outdated local avatar or lack-of-avatar. This was a regression
+ in 5.15.0. (fd.o #69885, Simon)
+
+Here is a summary of significant changes since the previous stable branch,
+5.14.x:
+
+Dependencies:
+
+• GLib 2.32 is required
+• The regression tests require Python 2.6
+• ConnMan connectivity monitoring no longer requires special compilation
+ options or extra libraries at compile time
+• gnome-keyring support has been removed, use a ServerAuthentication
+ handler instead
+
+Enhancements:
+
+• When running under GNOME 3 or Unity, MC will attempt to enable
+ connections' power-saving features while the session is idle;
+ this is currently effective for Google Talk XMPP connections
+• MC now uses GNetworkMonitor to monitor connectivity;
+ NetworkManager integration, which supplements this, is still available
+• New set_attribute(), set_parameter(), owns() methods for
+ McpAccountStorage plugins
+• telepathy-spec 0.27.1: emit PropertiesChanged for URISchemes
+
+Fixes:
+
+• Don't try to reconnect on SoftwareUpgradeRequired or ConnectionRefused
+• McpAccountStorage::altered-one now works
+
telepathy-mission-control 5.15.1 (2013-09-19)
=============================================
@@ -49,8 +91,7 @@ Enhancements:
(fd.o #56635, Simon)
• Remove gnome-keyring integration in favour of recommending
- ServerAuthentication Handlers, which have better UI and don't expose
- passwords on D-Bus (fd.o #32578, Simon)
+ ServerAuthentication Handlers, which have better UI (fd.o #32578, Simon)
• Internal cleanup related to the connectivity code (fd.o #68712, Simon)