[telepathy-qt4/master] Prepare release 0.1.8

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Jun 16 09:23:14 PDT 2009


---
 NEWS         |   22 ++++++++++++++++++++--
 configure.ac |    4 ++--
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index e2cb34a..68241b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,25 @@
-telepathy-qt4 0.1.8 (UNRELEASED)
+telepathy-qt4 0.1.8 (2009-06-16)
 ================================
 
-...
+The "Every Good Boy Deserves Frontalot" release.
+
+New API:
+
+* Added PendingChannelRequest class to be used when requesting channels using
+  ChannelDispatcher through Account.
+* Added Account methods to request/create channels using ChannelDispatcher
+  (ensureTextChat, ensureTextChatroom, ensureMediaCall, createChannel and
+  ensureChannel)
+
+Enhancements:
+
+* Updated to telepathy-spec 0.17.26
+
+Fixes:
+
+* ChannelDispatchOperation: Read Channels property instead of incorrectly
+  reading ChannelDetailsList (Patch from George Kiagiadakis
+  <kiagiadakis.george at gmail.com>).
 
 telepathy-qt4 0.1.7 (2009-06-02)
 ================================
diff --git a/configure.ac b/configure.ac
index f7ace1a..311b97d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,8 +11,8 @@ AC_PREREQ([2.59])
 
 m4_define([tp_qt4_major_version], [0])
 m4_define([tp_qt4_minor_version], [1])
-m4_define([tp_qt4_micro_version], [7])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [8])
+m4_define([tp_qt4_nano_version], [0])
 
 # If library source has changed since last release, increment revision
 # If interfaces have been added, removed or changed since last release,
-- 
1.5.6.5



More information about the telepathy-commits mailing list