summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 19:26:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-04-15 20:14:42 +0100
commit435ce098578838fa0bc097b4fc0a7057543a9817 (patch)
tree160e47809032c4c35340b9cc7481a08f6bf36454
parentf6f1fc57bf6e7c6ca29f841ed2277bc08c97d215 (diff)
downloadtelepathy-mission-control-435ce098578838fa0bc097b4fc0a7057543a9817.tar.gz
Document the Recover feature in NEWS
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 52bdfcbb..cf2d2099 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
telepathy-mission-control 5.4.0 (UNRELEASED)
============================================
+Enhancements:
+
+* fd.o #27309: implement the Observer.Recover flag from the forthcoming
+ telepathy-spec 0.19.4, which lets activatable observers recover (in a
+ best-effort way) after crashing, and lets non-activatable observers catch
+ up on active channels (again in a best-effort way) (ptlo)
+
Fixes:
* fd.o #24875: avoid a dependency on GLib >= 2.22 which was accidentally