[telepathy-glib/master] NEWS etc.

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Sep 3 11:46:09 PDT 2009


---
 NEWS                          |   29 ++++++++++++++++++++++++++++-
 telepathy-glib/debug-sender.c |   12 ++++++------
 telepathy-glib/extra-gtkdoc.h |    2 +-
 3 files changed, 35 insertions(+), 8 deletions(-)

diff --git a/NEWS b/NEWS
index ee58208..fa30e97 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,34 @@
 telepathy-glib 0.7.36 (UNRELEASED)
 ==================================
 
-???
+Enhancements:
+
+* Add TpDebugSender, along with the lower-level TpSvcDebug interface that it
+  uses (jonny)
+
+* Clarify when tp_proxy_signal_connection_disconnect is safe to call (smcv)
+
+* Add support for simulating DTMF and Hold support in the 'callable' example
+  connection manager (andrunko)
+
+* fd.o #21327: truncate the ChangeLog at version 0.6 to stop it being so huge,
+  and force ISO date format (wjt)
+
+Fixes:
+
+* If the bus name for a Connection would be too long, hash the unique name
+  provided by the CM, instead of crashing (daf)
+
+* fd.o #23524: don't introspect a TpConnectionManager twice in parallel,
+  avoiding an assertion failure (wjt)
+
+* TpChannel: don't disconnect from a TpProxySignalConnection that's already
+  gone, fixing a crash (smcv)
+
+* tp_connection_manager_idle_read_manager_file: avoid using the
+  TpConnectionManager after it may have been disposed (sjoerd)
+
+* TpBaseConnection: Allow GetInterfaces() to succeed before CONNECTED (smcv)
 
 telepathy-glib 0.7.35 (2009-08-18)
 ==================================
diff --git a/telepathy-glib/debug-sender.c b/telepathy-glib/debug-sender.c
index c8f5658..ce42bec 100644
--- a/telepathy-glib/debug-sender.c
+++ b/telepathy-glib/debug-sender.c
@@ -46,7 +46,7 @@
  * is the process's #TpDebugSender. A GLib log handler is also provided:
  * tp_debug_sender_log_handler().
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 
 /**
@@ -54,7 +54,7 @@
  *
  * The class of a #TpDebugSender.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 
 /**
@@ -63,7 +63,7 @@
  *
  * An object for exposing the Telepathy debug interface.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 
 static gpointer debug_sender = NULL;
@@ -344,7 +344,7 @@ tp_debug_sender_init (TpDebugSender *self)
  * Returns: a reference to the #TpDebugSender instance for the current starter
  *          bus daemon
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 TpDebugSender *
 tp_debug_sender_dup (void)
@@ -365,7 +365,7 @@ tp_debug_sender_dup (void)
  * #TpDebugSender:enabled property is set to %TRUE, then a NewDebugMessage
  * signal will be fired too.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 void
 tp_debug_sender_add_message (TpDebugSender *self,
@@ -438,7 +438,7 @@ tp_debug_sender_add_message (TpDebugSender *self,
  * It can easily be re-implemented in services, and does not need to be
  * used.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 void
 tp_debug_sender_log_handler (const gchar *log_domain,
diff --git a/telepathy-glib/extra-gtkdoc.h b/telepathy-glib/extra-gtkdoc.h
index b6e921c..3416fb9 100644
--- a/telepathy-glib/extra-gtkdoc.h
+++ b/telepathy-glib/extra-gtkdoc.h
@@ -58,7 +58,7 @@
  *
  * #TpDebugSender provides a reference implementation of the Debug object.
  *
- * Since: 0.7.UNRELEASED
+ * Since: 0.7.36
  */
 
 /**
-- 
1.5.6.5




More information about the telepathy-commits mailing list