diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -11,6 +11,18 @@ Fixes: * Work around GLib 2.20 being less const-correct than 2.22 (jonny) +* fd.o #23853: if a connection manager is discovered not to be running while + TpConnectionManager has a ListProtocols call in-flight, then a new instance + of the CM starts up and replies to that call, don't crash with an assertion + failure (smcv) + +* If a connection manager returns error from GetParameters(), don't dereference + a NULL pointer and segfault (smcv) + +* When asked to activate or introspect a connection manager, don't do anything + until we have at least worked out whether it was initially running, in order + to provide the documented behaviour (smcv) + telepathy-glib 0.9.0 (2009-09-28) ================================= |