telepathy-qt: Updated NEWS for 0.9.6 release.

Alexandr Akulich kaffeine at kemper.freedesktop.org
Fri May 15 05:13:34 PDT 2015


Module: telepathy-qt
Branch: master
Commit: 960e7577a74b853b886e7b137364c0d9cdcc8f0d
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=960e7577a74b853b886e7b137364c0d9cdcc8f0d

Author: Alexandr Akulich <akulichalexander at gmail.com>
Date:   Thu May 14 22:25:36 2015 +0500

Updated NEWS for 0.9.6 release.

---

 NEWS |   23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 24e70e9..0fa4c31 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,26 @@
-telepathy-qt 0.9.6 ()
+telepathy-qt 0.9.6 (2015-05-15)
 =================================
 
-The "..." release.
+The "New blood" release.
+
+Enhancements:
+ * Added TP_QT_VERSION and TP_QT_VERSION_CHECK macros
+   - Can be used like #if (TP_QT_VERSION == TP_QT_VERSION_CHECK(0, 9, 6))
+   - Absence of the TP_QT_VERSION macros indicates previous versions
+     (might be useful for service bindings compatibility)
+ * Added client side support for conference calls
+ * Implemented numerous interfaces for service bindings
+
+API changes:
+ * Refactored service-side bindings API
+   - BaseConnection createChannel() and ensureChannel() methods
+     now accept request map instead of several extracted values.
+   - BaseChannel::create() arguments reordered in natural way.
+
+Fixes:
+ * Fixed CallContent interfaces exposing (required for DTMF)
+ * fd.0 #86312: Fixed condition in adaptor methods generation
+
 
 telepathy-qt 0.9.5 (2014-09-09)
 =================================



More information about the telepathy-commits mailing list