summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorVivek Dasmohapatra <vivek@collabora.co.uk>2011-07-21 13:02:43 +0100
committerVivek Dasmohapatra <vivek@collabora.co.uk>2011-07-21 13:02:43 +0100
commitffeee1fe4c6572d54f052608d30163f71ff05562 (patch)
tree6174b994ccdba0832d817fe601e266a493f81544 /NEWS
parent0d2d3718faf22255a575b44c6184435cd16b4027 (diff)
parentb7e44e64922a59795a2720939261b9e8bdc5057b (diff)
downloadtelepathy-mission-control-ffeee1fe4c6572d54f052608d30163f71ff05562.tar.gz
Merge branch 'unbalanced-header-macros' into telepathy-mission-control-5.8
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 18 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 34af05ff..7cb2da70 100644
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,33 @@
-telepathy-mission-control 5.8.0 (UNRELEASED)
+telepathy-mission-control 5.9.1 (UNRELEASED)
============================================
Fixes:
-• Fix the regression tests to pass under newer telepathy-glib versions
- (jonnylamb)
-
• fd.o #34025: when an Observer with Recover=TRUE catches up on channels,
don't miss out channels that have run their observers but have not
completed dispatching, mainly those waiting for approvers (smcv)
-• When detecting service points, don't crash if the Connection has no
- interfaces (jonnylamb)
-
• Fix various memory leaks (fledermaus)
• If a storage plugin changes our nickname, propagate it to the CM (fledermaus)
-• Make storage plugins less verbose by default (fledermaus)
+telepathy-mission-control 5.9.0 (2011-05-18)
+============================================
+
+Dependencies:
+
+• telepathy-glib ≥ 0.15 is now required.
+
+• glib ≥ 2.28 is now required.
+
+Enhancements:
+
+• DelegateChannels and PresentChannel from spec version 0.23.2 have
+ been implemented. (cassidy)
+
+Fixes:
+
+• fd.o#36483: All tests now pass, even with newer tp-glib. (jonny)
• Implementation of the draft ChannelDispatcher.Messages interface did
not correctly handle all internal requests which should have been