[telepathy-qt4/master] Prepare release 0.1.11

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Oct 7 21:23:13 PDT 2009


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

diff --git a/NEWS b/NEWS
index 4bd7587..d33c818 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,49 @@
-telepathy-qt4 0.1.11 (UNRELEASED)
+telepathy-qt4 0.1.11 (2009-10-08)
 ================================
 
-...
+The "on more to go" release.
+
+New API:
+
+* FileTransferChannel: Added methods to access FileTransfer interface
+  properties.
+* IncomingFileTransferChannel: Added specialized class for handling incoming
+  file transfers.
+* OutgoingFileTransferChannel: Added specialized class for handling outgoing
+  file transfers.
+* CapabilitiesBase: Added base class to represent contact/connection
+  capabilities.
+* ContactCapabilities: Added specialized class that inherits CapabilitiesBase to
+  represent contact capabilities.
+* ConnectionCapabilities: Added specialized class that inherits CapabilitiesBase
+  to represent connection capabilities.
+* Contact: Added ContactCapabilities interface support.
+* Connection: Added capabilities (RequestableChannelClasses) support.
+* Account: Added ensureAudio/VideoCall methods that make use of
+  InitialAudio/Video properties when creating StreamedMedia channels.
+* Channel: Added streamTubeInterface/tubeInterface methods.
+  (Patch from Abner Silva <abner.silva at collabora.co.uk>).
+* PendingVariant: Added pending operation helper class for D-Bus methods that
+  return a variant as result.
+
+API changes:
+
+* Renamed PendingVoidMethodCall to PendingVoid.
+* Changed PendingVoid/Success/Failure constructor to receive parent as last
+  parameter.
+
+Enhancements:
+
+* Added examples for handling incoming/outgoing file transfers,
+  examples/file-transfer/
+* Added C++ visibility support.
+* Updated to 0.18.0 spec.
+
+Fixes:
+
+* fd.o #24324: Account::create/ensureXXX should receive a const QDateTime & for
+  userActionTime
+* Explicitly use uint for TargetHandleType.
 
 telepathy-qt4 0.1.10 (2009-08-25)
 ================================
diff --git a/configure.ac b/configure.ac
index f7b87d5..c96deac 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], [10])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [11])
+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