summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 16:00:33 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2014-04-03 16:00:33 +0100
commite1a88c8dec72de16e2f5f0a446ed2b1817b642a2 (patch)
treee88bda6d4201ca7c6a3f4b1eac384041aa401e9d
parent68fb34700c39ba7acec1b73f8138b33e2132f522 (diff)
downloadtelepathy-glib-e1a88c8dec72de16e2f5f0a446ed2b1817b642a2.tar.gz
more NEWS
-rw-r--r--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3a3433e71..0fef66612 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,8 @@ API breaks:
However, dbus-glib's "specialized type" system is still used in the
public API, for now.
+ (fd.o #28782, Simon)
+
• The "factory" construct-time property for all TpProxy subclasses is
now mandatory:
@@ -39,8 +41,14 @@ API breaks:
· tp_connection_manager_new() has been removed, use
tp_client_factory_ensure_connection_manager() instead.
+ (fd.o #76828; Xavier, Simon)
+
• TpDBusDaemon has been replaced by TpClientFactory or GDBusConnection,
- depending on context.
+ depending on context. (fd.o #76828; Xavier, Simon)
+
+• The "-core" shared library has gone away, and some functionality that
+ primarily used dbus-glib types (tp_asv_*, tp_g_value_slice_*,
+ tp_value_array_*) has moved into telepathy-glib-1-dbus. (fd.o #76855, Simon)
telepathy-glib 0.99.9 (2013-03-25)
==================================