diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2011-08-31 11:20:36 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-09-07 17:32:45 +0100 |
commit | d6d0a8302d3974945daf7a020acf5ec4bccba441 (patch) | |
tree | 206cf6f9155d19920587683f429d918eba68bf92 | |
parent | a22988411e1f6601980a0cd9a9ecce93e29f7c6b (diff) |
NEWS for 5.9.2
-rw-r--r-- | NEWS | 36 |
1 files changed, 30 insertions, 6 deletions
@@ -1,18 +1,42 @@ telepathy-mission-control 5.9.2 (UNRELEASED) ============================================ +The “unique versioning strategy” release. + +Changes: + +• The Compat.Profile property on accounts has been removed; as has + libmcclient, which used it but which is no longer widely used. + +• Documentation for the old extension API, libmissioncontrol-server, is + no longer built. Please use the mission-control-plugins API instead! + Fixes: • fd.o #37861: Memory leak in collect_satisfied_requests in - mcd-dispatch-operation.c (fledermaus). (This was included in 5.8.0, - but not 5.9.0 or 5.9.1.) + mcd-dispatch-operation.c (fledermaus). + +• fd.o #40562: Connection attempts aborted by McdTransport plugins did + not trigger a status change signal - now they do (fledermaus) -• Connection attempts aborted by McdTransport plugins did not trigger - A status change signal - now they do (fledermaus) +• fd.o #29022: Dispatch channels with no (known) handlers to observers + anyway (smcv) -• Dispatch channels with no (known) handlers to observers anyway (smcv) +• fd.o #40551: Memory leaks in the approval mechanism plugged + (fledermaus) + +• mission-control-plugins now explicitly links to GIO. (Frédéric Péters) + +• mc-tool now parses 'bool:foo=true' as setting 'foo' to True, as + opposed to setting 'foo' to False! (wjt) + +• fd.o#39796: always fully remove secret parameters when they are + un-set. (cassidy) + +Enhancements: -• Memory leaks in the approval mechanism plugged (fledermaus) +• fd.o#40337: improve error reporting when creating an account fails. + (wjt) telepathy-mission-control 5.9.1 (2011-07-21) ============================================ |