summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-15 14:50:08 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-10-15 14:50:08 +0100
commitc24b6b4cf0d33a76fc1dd7b9af9efc89e5fd4de0 (patch)
tree0972819ca84821fed4971ed0f53f9220078de957
parent88de0415a52bb871cb1cd6ed4f35249d0cd50fed (diff)
downloadtelepathy-glib-c24b6b4cf0d33a76fc1dd7b9af9efc89e5fd4de0.tar.gz
Update NEWS
-rw-r--r--NEWS14
1 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f13ef997a..dbe3c65c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,19 @@
telepathy-glib 0.8.1 (UNRELEASED)
=================================
-...
+Fixes:
+
+* 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.8.0 (2009-09-24)
=================================