[telepathy-qt4/master] Prepare release 0.1.10

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Aug 25 09:07:21 PDT 2009


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

diff --git a/NEWS b/NEWS
index ccf40c0..10ea5e3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,27 @@
-telepathy-qt4 0.1.10 (UNRELEASED)
+telepathy-qt4 0.1.10 (2009-08-25)
 ================================
 
-...
+The "not yet stable" release.
+
+New API:
+
+* StreamedMediaChannel: Added Hold and DTMF interface support.
+
+Enhancements:
+
+* Moved OptionalInterfaceFactory::InterfaceSupportedChecking docs from DBusProxy
+  to OptionalInterfaceFactory.
+* Use struct Private instead of class Private for consistence.
+* Removed cli/Client from header guards.
+
+Fixes:
+
+* fd.o #20269: Channel's Contact objects should initially have no features.
+* fd.o #21335: Implement Group self-handle removal reasons.
+* fd.o #23040: Running connection managers appear twice in
+  ConnectionManager::listNames result.
+* fd.o #23282: Channel should update ReadinessHelper with the supported
+  interfaces.
 
 telepathy-qt4 0.1.9 (2009-07-23)
 ================================
diff --git a/configure.ac b/configure.ac
index 13d5a16..2190add 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], [9])
-m4_define([tp_qt4_nano_version], [1])
+m4_define([tp_qt4_micro_version], [10])
+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