diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-06-16 13:23:14 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2009-06-16 13:59:34 -0300 |
commit | eff6552b38d786755bcc78dd46a32f65f3897329 (patch) | |
tree | 93a39c4290fb2d8c5cf35e42a7284b2386b4b570 | |
parent | ee5a8402a71edacee264301fdf896c96d471d590 (diff) |
Prepare release 0.1.8telepathy-qt4-0.1.8
-rw-r--r-- | NEWS | 22 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 22 insertions, 4 deletions
@@ -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@gmail.com>). telepathy-qt4 0.1.7 (2009-06-02) ================================ diff --git a/configure.ac b/configure.ac index f7ace1ab..311b97de 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, |