summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-08-25 13:07:21 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2009-08-25 13:18:09 -0300
commit21e956ff675bf4e0760d6ebe446fb8fbc9cbb16b (patch)
tree329662980278382c0cd5516222b81563e2171d2c
parent201f2dcc73ac36ea2dde6f482e012b707583f359 (diff)
Prepare release 0.1.10telepathy-qt4-0.1.10
-rw-r--r--NEWS24
-rw-r--r--configure.ac4
2 files changed, 24 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index ccf40c02..10ea5e3d 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 13d5a168..2190add0 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,