[telepathy-glib/master] NEWS, version annotations for 0.7.35

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 18 07:24:01 PDT 2009


---
 NEWS                         |   28 +++++++++++++++++++++++++++-
 telepathy-glib/dbus-daemon.c |    8 ++++----
 2 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 606bb0d..bcc85b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,33 @@
 telepathy-glib 0.7.35 (UNRELEASED)
 ==================================
 
-???
+The "dance to the sound of sirens" release.
+
+Enhancements:
+
+* Add tp_dbus_daemon_list_names() and tp_dbus_daemon_list_activatable_names(),
+  which are more efficient (and more const-correct) versions of the
+  corresponding autogenerated tp_cli_dbus_daemon methods (smcv)
+
+* Support the Hold interface in the "callable" example CM (andrunko)
+
+Fixes:
+
+* Finally make tp_dbus_daemon_watch_name_owner bind to NameOwnerChanged
+  selectively, for reduced wakeups. To take advantage of this, you should
+  avoid using all functions that start with tp_cli_dbus_daemon_; file bugs
+  to request more replacement functions in the tp_dbus_daemon namespace. (smcv)
+
+* Fix a memory leak in tp_dbus_daemon_watch_name_owner (smcv)
+
+* fd.o #9812: TpDynamicHandleRepo: use tp_dbus_daemon_watch_name_owner for
+  reduced wakeups (smcv)
+
+* In TpDynamicHandleRepo, if a client holds handles then immediately crashes,
+  release those handles as soon as we find out that it's gone (smcv)
+
+* fd.o #22957: fix compilation in some non-gcc compilers
+  (based on a patch from Elaine Xiong)
 
 telepathy-glib 0.7.34 (2009-08-16)
 ==================================
diff --git a/telepathy-glib/dbus-daemon.c b/telepathy-glib/dbus-daemon.c
index 35fe4eb..8028d93 100644
--- a/telepathy-glib/dbus-daemon.c
+++ b/telepathy-glib/dbus-daemon.c
@@ -922,7 +922,7 @@ tp_dbus_daemon_release_name (TpDBusDaemon *self,
  *
  * Returns: the unique name of this connection to the bus, which is valid for
  *  as long as this #TpDBusDaemon is
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.35
  */
 const gchar *
 tp_dbus_daemon_get_unique_name (TpDBusDaemon *self)
@@ -1090,7 +1090,7 @@ _tp_dbus_daemon_list_names_notify (DBusPendingCall *pc,
  *
  * Signature of a callback for functions that list bus names.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.35
  */
 
 static void
@@ -1157,7 +1157,7 @@ _tp_dbus_daemon_list_names_common (TpDBusDaemon *self,
  * instead of calling tp_cli_dbus_daemon_call_list_names(), since that
  * function will result in wakeups for every NameOwnerChanged signal.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.35
  */
 void
 tp_dbus_daemon_list_names (TpDBusDaemon *self,
@@ -1190,7 +1190,7 @@ tp_dbus_daemon_list_names (TpDBusDaemon *self,
  * instead of calling tp_cli_dbus_daemon_call_list_activatable_names(), since
  * that function will result in wakeups for every NameOwnerChanged signal.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.35
  */
 void
 tp_dbus_daemon_list_activatable_names (TpDBusDaemon *self,
-- 
1.5.6.5




More information about the telepathy-commits mailing list